summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-17 12:46:17 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-17 12:46:17 +0100
commite223f6a22f1bedbad9f05546d895da420934013f (patch)
tree48fd6e7603ae25db705cd2490656638b1e624dfd /meta/packages/xorg-lib
parent5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc (diff)
downloadpoky-e223f6a22f1bedbad9f05546d895da420934013f.tar.gz
libx11: Exclude from world builds so muliple versions aren't built. When needed the correct version will be automatically built
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r--meta/packages/xorg-lib/libx11.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libx11.inc b/meta/packages/xorg-lib/libx11.inc
index b1f573ef79..3c8d4f9592 100644
--- a/meta/packages/xorg-lib/libx11.inc
+++ b/meta/packages/xorg-lib/libx11.inc
@@ -28,4 +28,6 @@ do_compile() {
28 oe_runmake 28 oe_runmake
29} 29}
30 30
31 31# Multiple libx11 derivatives from from this file and are selected by virtual/libx11
32# A world build should only build the correct version, not all of them.
33EXCLUDE_FROM_WORLD = "1"