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: lucaceresoli/bug-15201-perf-libtraceevent-missing~51656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e223f6a22f1bedbad9f05546d895da420934013f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 b1f573ef798..3c8d4f95928 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"