mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
libepoxy: Disable x11 when not building for x11
Although glx support is turned off, the build still tries to pull in some x11 components, disable x11 explicitly. (From OE-Core rev: a96272dc0b5b6b76a4858981461f3bd126dc99b3) Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6133a8ef25
commit
0e599227ee
@@ -18,7 +18,7 @@ REQUIRED_DISTRO_FEATURES_class-native = ""
|
||||
REQUIRED_DISTRO_FEATURES_class-nativesdk = ""
|
||||
|
||||
PACKAGECONFIG[egl] = "-Degl=yes, -Degl=no, virtual/egl"
|
||||
PACKAGECONFIG[x11] = "-Dglx=yes, -Dglx=no, virtual/libx11 virtual/libgl"
|
||||
PACKAGECONFIG[x11] = "-Dglx=yes, -Dglx=no -Dx11=false, virtual/libx11 virtual/libgl"
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} egl"
|
||||
|
||||
EXTRA_OEMESON += "-Dtests=false"
|
||||
|
||||
Reference in New Issue
Block a user