diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 17:06:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 17:06:53 +0000 |
commit | 6ea7b3016fb9864d21f6c7b2461f0b3337eeae7c (patch) | |
tree | 28235b7e68208f76a03d241ba956e9043b3549fd /package/x11r7/x11r7.mk | |
parent | b4b3e3139aad6343308a301de90ccabf2bc32307 (diff) | |
download | buildroot-novena-6ea7b3016fb9864d21f6c7b2461f0b3337eeae7c.tar.gz buildroot-novena-6ea7b3016fb9864d21f6c7b2461f0b3337eeae7c.zip |
- Only include the XORG7 makefiles if we were asked to build any xorg package
Diffstat (limited to 'package/x11r7/x11r7.mk')
-rw-r--r-- | package/x11r7/x11r7.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/x11r7/x11r7.mk b/package/x11r7/x11r7.mk index b536974ef..7c7ae6905 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 |