summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-09-17 09:10:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-18 12:09:02 +0100
commitcf96e062db7f1b8c0f5bdf3a25e6b9fa885b628a (patch)
tree5ce027a414358cbdfb2009e0dd330baadb2cac5f /meta/recipes-gnome
parent31697ebec7877a4a84adffcd77f114146a109167 (diff)
downloadpoky-cf96e062db7f1b8c0f5bdf3a25e6b9fa885b628a.tar.gz
gtk+3: Set depends to the virtual needed not explicitly on Mesa
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. (From OE-Core rev: 83877206bd0ddc453cf3646e998296278d4a62f0) Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 77b6c31536..dc6768c4e8 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -52,7 +52,7 @@ PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fon
52# this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build 52# this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build
53PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy" 53PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy"
54PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl" 54PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl"
55PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/mesa wayland-native" 55PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/egl virtual/libgles2 wayland-native"
56PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" 56PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups"
57 57
58prepare_gtk_scripts() { 58prepare_gtk_scripts() {