summaryrefslogtreecommitdiff
path: root/package/xorg
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 09:39:45 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 09:39:45 +0000
commit7c5dbf816a60f571507efcf31e61704a5ecabaf6 (patch)
tree9b5c9a9685dbc191f26f327e45ca3bc5353f820b /package/xorg
parent79e325033716baee9150d6907fb78fc461043518 (diff)
prevent whining about conflicting targets
Diffstat (limited to 'package/xorg')
-rw-r--r--package/xorg/xorg.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk
index 01a12739a..59a6b76df 100644
--- a/package/xorg/xorg.mk
+++ b/package/xorg/xorg.mk
@@ -5,6 +5,7 @@
#############################################################
ifneq ($(strip $(BR2_PACKAGE_TINYX)),y)
+ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
XORG_APPS:=xlsfonts/xlsfonts xmodmap/xmodmap
#xset/xset xdpyinfo/xdpyinfo xsetroot/xsetroot \
@@ -90,8 +91,6 @@ xorg-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
TARGETS+=xorg
endif
-
endif