a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
13 lines
461 B
Makefile
13 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# xdata_xbitmaps -- No description available
|
|
#
|
|
################################################################################
|
|
|
|
XDATA_XBITMAPS_VERSION = 1.0.1
|
|
XDATA_XBITMAPS_SOURCE = xbitmaps-$(XDATA_XBITMAPS_VERSION).tar.bz2
|
|
XDATA_XBITMAPS_SITE = http://xorg.freedesktop.org/releases/individual/data
|
|
XDATA_XBITMAPS_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS,xdata_xbitmaps))
|