diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 12:46:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 12:46:17 +0100 |
commit | e223f6a22f1bedbad9f05546d895da420934013f (patch) | |
tree | 48fd6e7603ae25db705cd2490656638b1e624dfd /meta/packages | |
parent | 5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/xorg-lib/libx11.inc | 4 |
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. | ||
33 | EXCLUDE_FROM_WORLD = "1" | ||