From: Bernhard Reutner-Fischer Date: Sat, 1 Sep 2007 17:06:53 +0000 (-0000) Subject: - Only include the XORG7 makefiles if we were asked to build any xorg package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ea7b3016fb9864d21f6c7b2461f0b3337eeae7c;p=buildroot.git - Only include the XORG7 makefiles if we were asked to build any xorg package --- diff --git a/package/x11r7/x11r7.mk b/package/x11r7/x11r7.mk index b536974ef3..7c7ae6905b 100644 --- a/package/x11r7/x11r7.mk +++ b/package/x11r7/x11r7.mk @@ -1,2 +1,3 @@ +ifeq ($(BR2_PACKAGE_XORG7),y) include package/x11r7/*/*.mk - +endif