mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7bb927d65f
commit
48901a9f74
@@ -33,7 +33,6 @@ EXTRA_OECONF += " \
|
||||
--disable-glibtest \
|
||||
--disable-xinerama \
|
||||
--enable-modules \
|
||||
--disable-cups \
|
||||
--disable-colord \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \
|
||||
"
|
||||
@@ -50,6 +49,7 @@ PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fon
|
||||
PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy"
|
||||
PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl"
|
||||
PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/mesa wayland-native"
|
||||
PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups"
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0
|
||||
|
||||
Reference in New Issue
Block a user