From e223f6a22f1bedbad9f05546d895da420934013f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 May 2009 12:46:17 +0100 Subject: libx11: Exclude from world builds so muliple versions aren't built. When needed the correct version will be automatically built --- meta/packages/xorg-lib/libx11.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/packages/xorg-lib') 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" -- cgit v1.2.3-54-g00ecf