From: Richard Purdie Date: Sun, 17 May 2009 11:46:17 +0000 (+0100) Subject: libx11: Exclude from world builds so muliple versions aren't built. When needed the... X-Git-Tag: 2011-1~7500 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e223f6a22f1bedbad9f05546d895da420934013f;p=openembedded-core.git libx11: Exclude from world builds so muliple versions aren't built. When needed the correct version will be automatically built --- 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() { oe_runmake } - +# Multiple libx11 derivatives from from this file and are selected by virtual/libx11 +# A world build should only build the correct version, not all of them. +EXCLUDE_FROM_WORLD = "1"