diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2019-01-07 09:58:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 11:16:44 +0000 |
commit | 48901a9f74f516576dd7154b6ff46d965c88986b (patch) | |
tree | c9b83f5315fa59ae35cf4d4a470979649bd63380 /meta/recipes-gnome | |
parent | 7bb927d65f0c35a9de71573a575a24544f64cf23 (diff) | |
download | poky-48901a9f74f516576dd7154b6ff46d965c88986b.tar.gz |
gtk+3: add PACKAGECONFIG for cups
(From OE-Core rev: 008ce2534414b505d40128f0a722f44bcf4a4034)
Signed-off-by: Diego Rondini <diego.rondini@kynetics.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.inc | 2 |
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 6331a4323c..519a9840f4 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -33,7 +33,6 @@ EXTRA_OECONF += " \ | |||
33 | --disable-glibtest \ | 33 | --disable-glibtest \ |
34 | --disable-xinerama \ | 34 | --disable-xinerama \ |
35 | --enable-modules \ | 35 | --enable-modules \ |
36 | --disable-cups \ | ||
37 | --disable-colord \ | 36 | --disable-colord \ |
38 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ | 37 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ |
39 | " | 38 | " |
@@ -50,6 +49,7 @@ PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fon | |||
50 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy" | 49 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy" |
51 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl" | 50 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl" |
52 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/mesa wayland-native" | 51 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/mesa wayland-native" |
52 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" | ||
53 | 53 | ||
54 | do_install_append() { | 54 | do_install_append() { |
55 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 | 55 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 |