mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user