mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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>
This commit is contained in:
parent
d0fd84b7df
commit
a1de57ff67
|
|
@ -41,7 +41,7 @@ SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
|
|||
SRC_URI[archive.sha256sum] = "81792423019deda1d2a074c1ecf6a7e6ef3172c09cbe6f4d7995a4b5dea28312"
|
||||
|
||||
PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
|
||||
PACKAGECONFIG[cups] = ",,cups,cups"
|
||||
PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper"
|
||||
PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus"
|
||||
PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland"
|
||||
PACKAGECONFIG[file-share] = ",,,gnome-user-share"
|
||||
|
|
@ -71,4 +71,4 @@ FILES:${PN} += " \
|
|||
|
||||
FILES:${PN}-dev += "${datadir}/gettext"
|
||||
|
||||
RDEPENDS:${PN} += "gsettings-desktop-schemas tecla system-config-printer cups-pk-helper"
|
||||
RDEPENDS:${PN} += "gsettings-desktop-schemas tecla"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user