summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-05-01 09:39:11 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-01 09:06:43 -0700
commita1de57ff67b23a649c79d5f6fcbfe27aaa91db78 (patch)
treedf61c88d6fcb45cadcb93aa4b0430f22f555049f
parentd0fd84b7dff9446a6f28ee43cd2119db63e5b1b4 (diff)
downloadmeta-openembedded-a1de57ff67b23a649c79d5f6fcbfe27aaa91db78.tar.gz
gnome-control-center: move printing RDEPENDS to cups PACKAGECONFIG
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb
index 87daec0c2..9b54a00e6 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb
@@ -41,7 +41,7 @@ SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
41SRC_URI[archive.sha256sum] = "81792423019deda1d2a074c1ecf6a7e6ef3172c09cbe6f4d7995a4b5dea28312" 41SRC_URI[archive.sha256sum] = "81792423019deda1d2a074c1ecf6a7e6ef3172c09cbe6f4d7995a4b5dea28312"
42 42
43PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 43PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
44PACKAGECONFIG[cups] = ",,cups,cups" 44PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper"
45PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" 45PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus"
46PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" 46PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland"
47PACKAGECONFIG[file-share] = ",,,gnome-user-share" 47PACKAGECONFIG[file-share] = ",,,gnome-user-share"
@@ -71,4 +71,4 @@ FILES:${PN} += " \
71 71
72FILES:${PN}-dev += "${datadir}/gettext" 72FILES:${PN}-dev += "${datadir}/gettext"
73 73
74RDEPENDS:${PN} += "gsettings-desktop-schemas tecla system-config-printer cups-pk-helper" 74RDEPENDS:${PN} += "gsettings-desktop-schemas tecla"