# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
#
+
+
+ifneq ($(strip $(BR2_PACKAGE_XORG)),y)
+ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
+
#############################################################
# You may want to change these.
#############################################################
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
TARGETS+=tinyx
endif
+endif
#############################################################
ifneq ($(strip $(BR2_PACKAGE_TINYX)),y)
+ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
XORG_APPS:=xlsfonts/xlsfonts xmodmap/xmodmap
#xset/xset xdpyinfo/xdpyinfo xsetroot/xsetroot \
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
TARGETS+=xorg
endif
-
endif