prevent whining about conflicting targets
authorEric Andersen <andersen@codepoet.org>
Fri, 24 Jun 2005 09:39:45 +0000 (09:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 24 Jun 2005 09:39:45 +0000 (09:39 -0000)
package/tinyx/tinyx.mk
package/xorg/xorg.mk

index efdf20d3a3850c57cb875b66048161dabb1558bf..29972ee530cec9c14443e5eb63de0b8989a2fe67 100644 (file)
 # 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.
 #############################################################
@@ -137,6 +142,6 @@ tinyx-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
 TARGETS+=tinyx
 endif
+endif
index 01a12739add2f9e7a7a6baf552f3c1ef19eab18f..59a6b76dfe7bfd9e9e558f8e8782361895f4c95e 100644 (file)
@@ -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