summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-17 14:27:43 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-06-05 09:51:23 +0000
commitd0aea106349ac6d43f297afd1f58606cb8c8d127 (patch)
tree042d2594664705c3c03475a20104a9b0ad88c85c
parent7d21b3ee238d2282b54559c9bc6997d4806437a9 (diff)
libepoxy: don't restrict to wayland only
The PVR driver as a backend of mesa now provides the needed headers. Related-to: ELB-5190 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/libepoxy/libepoxy_1.5.%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-graphics/libepoxy/libepoxy_1.5.%.bbappend b/recipes-graphics/libepoxy/libepoxy_1.5.%.bbappend
index e4e53de..755654b 100644
--- a/recipes-graphics/libepoxy/libepoxy_1.5.%.bbappend
+++ b/recipes-graphics/libepoxy/libepoxy_1.5.%.bbappend
@@ -1,5 +1,4 @@
# Append EGL_CFLAGS to CFLAGS
-PACKAGECONFIG:remove:am62xx = "x11"
CFLAGS:append:am62xx = " \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DWL_EGL_PLATFORM', '', d)} \