summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
index dd706a9606..c8d1650c63 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
@@ -23,8 +23,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} egl"
23 23
24EXTRA_OEMESON += "-Dtests=false" 24EXTRA_OEMESON += "-Dtests=false"
25 25
26PACKAGECONFIG_class-native = "egl" 26PACKAGECONFIG_class-native = "egl x11"
27PACKAGECONFIG_class-nativesdk = "egl" 27PACKAGECONFIG_class-nativesdk = "egl x11"
28 28
29BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"
30 30