From 4bbeb74b2ed064a99fe74b486241a32d1e53b6a1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 4 Feb 2007 19:47:41 +0000 Subject: - the $(XSERVER) target can be provided by different X server impls. Adjust users - rdesktop needs an xserver impl --- package/Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index f8557f700..531f8de1f 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -111,3 +111,16 @@ ifeq ($(BR2_INSTALL_LIBSTDCPP),) TARGET_CONFIGURE_OPTS+=CXX="" endif +# 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_XGGI)),y) +XSERVER+=xggi +endif + -- cgit v1.2.3