]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: Exclude from world builds so muliple versions aren't built. When needed the...
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 11:46:17 +0000 (12:46 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 11:46:17 +0000 (12:46 +0100)
meta/packages/xorg-lib/libx11.inc

index b1f573ef798bcf102fbb70a21dcc4c0680160de3..3c8d4f959280be955fdfbdbb19239c84edc3b409 100644 (file)
@@ -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"