summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-25 15:03:17 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-25 10:25:33 -0800
commit092502feedc45d3bf9b9a84dacfb9665d6322db1 (patch)
treed2ebbce5288a519ef2fb640e286c213f1d366618
parent304fd6a06e17add7fac0067a32a356874fb247d4 (diff)
downloadmeta-openembedded-092502feedc45d3bf9b9a84dacfb9665d6322db1.tar.gz
system-config-printer: Add packageconfig for polkit
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
index 4f14985469..ead875824d 100644
--- a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
+++ b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
@@ -13,8 +13,9 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
13 13
14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" 14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
15 15
16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)}"
17PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd" 17PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd"
18PACKAGECONFIG[polkit] = ",,,cups-pk-helper"
18 19
19do_configure:prepend() { 20do_configure:prepend() {
20 # This file is not provided if fetching from git but required for configure 21 # This file is not provided if fetching from git but required for configure