- Only include the XORG7 makefiles if we were asked to build any xorg package
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 1 Sep 2007 17:06:53 +0000 (17:06 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 1 Sep 2007 17:06:53 +0000 (17:06 -0000)
package/x11r7/x11r7.mk

index b536974ef3b3b1c03ece13c3ef8940f5fab93a5f..7c7ae6905b735bb3d782eaea2de72e3acab34f86 100644 (file)
@@ -1,2 +1,3 @@
+ifeq ($(BR2_PACKAGE_XORG7),y)
 include package/x11r7/*/*.mk
-
+endif