libx11: Exclude from world builds so muliple versions aren't built. When needed the correct version will be automatically built

This commit is contained in:
Richard Purdie
2009-05-17 12:46:17 +01:00
parent 5fcdc32d7f
commit e223f6a22f

View 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"