[Buildroot] building just x11r7 client, no server
Dan Nicolaescu
dann at ics.uci.edu
Sat Feb 9 01:01:30 UTC 2008
It seems that it is not possible to build just the client side of x11r7,
without building the server.
This code in package/Makefile.in:
# X Windowing system
XSERVER:=
ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
XSERVER+=tinyx
endif
ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
XSERVER+=xorg
endif
ifeq ($(strip $(BR2_PACKAGE_XORG7)),y)
XSERVER+=xserver_xorg-server
endif
ifeq ($(strip $(BR2_PACKAGE_XGGI)),y)
XSERVER+=xggi
endif
means XSERVER will be set to xserver_xorg-server
and this in package/cairo/cairo.mk:
cairo: uclibc gettext libintl pkgconfig libglib2 zlib png fontconfig $(XSERVER) $(TARGET_DIR)/lib/libcairo.so.2.9.3
means that xserver_xorg-server will be built before cairo.
Not sure what the best solution is... Suggestions?
Thanks
--dan
More information about the buildroot
mailing list