- Only include the XORG7 makefiles if we were asked to build any xorg package

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-01 17:06:53 +00:00
parent b4b3e3139a
commit 6ea7b3016f

View File

@ -1,2 +1,3 @@
ifeq ($(BR2_PACKAGE_XORG7),y)
include package/x11r7/*/*.mk
endif