summaryrefslogtreecommitdiff
path: root/package/x11r7/x11r7.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-09-19 22:57:38 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-05 19:13:13 +0200
commit9bc7b1d4ae694b818f941410d1ff59316a2bba6e (patch)
tree5f18e03cf3d0755355c615a8ba0299881070d06f /package/x11r7/x11r7.mk
parentb7b75b71679a03d92850890e1980d7e3cc42b096 (diff)
x11r7: make package globally visible
All x11r7 .mk files were only included into the global chain of makefile includes if the BR2_PACKAGE_XORG7 option was enabled. This is not the standard way to do things in Buildroot, and it even breaks things like running "make <pkg>-*" for a x11r7 package even if X.org is not selected. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/x11r7.mk')
-rw-r--r--package/x11r7/x11r7.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/x11r7/x11r7.mk b/package/x11r7/x11r7.mk
index 7c7ae6905..ea0363f6a 100644
--- a/package/x11r7/x11r7.mk
+++ b/package/x11r7/x11r7.mk
@@ -1,3 +1 @@
-ifeq ($(BR2_PACKAGE_XORG7),y)
include package/x11r7/*/*.mk
-endif