diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-12 08:30:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
commit | a8e12f4f116eba7584be9dc751c315b6bddf8ba3 (patch) | |
tree | 8e788afdaf424de279a646bab2076a9144e15d8f /meta | |
parent | d8df93015be68f42988533985a6ce8c2fb4154bb (diff) | |
download | poky-a8e12f4f116eba7584be9dc751c315b6bddf8ba3.tar.gz |
gtk+3: remove deprecated option
(From OE-Core rev: 8575607d13d05c4a462380aacf8f996678f1caf8)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 60620eef93..7d50d7bd2e 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -49,15 +49,13 @@ do_compile:prepend() { | |||
49 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" | 49 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" |
50 | } | 50 | } |
51 | 51 | ||
52 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl wayland x11', d)} \ | 52 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl wayland x11', d)}" |
53 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}" | ||
54 | PACKAGECONFIG:class-native = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 53 | PACKAGECONFIG:class-native = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
55 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 54 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
56 | 55 | ||
57 | PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes" | 56 | PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes" |
58 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build | 57 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build |
59 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy" | 58 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy" |
60 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl" | ||
61 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/egl virtual/libgles2 wayland-native" | 59 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/egl virtual/libgles2 wayland-native" |
62 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" | 60 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" |
63 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" | 61 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" |