diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-25 15:03:17 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-25 10:25:33 -0800 |
| commit | 092502feedc45d3bf9b9a84dacfb9665d6322db1 (patch) | |
| tree | d2ebbce5288a519ef2fb640e286c213f1d366618 /meta-networking/dynamic-layers/meta-python | |
| parent | 304fd6a06e17add7fac0067a32a356874fb247d4 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-networking/dynamic-layers/meta-python')
| -rw-r--r-- | meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb | 3 |
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 | ||
| 14 | DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" | 14 | DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 16 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)}" |
| 17 | PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd" | 17 | PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd" |
| 18 | PACKAGECONFIG[polkit] = ",,,cups-pk-helper" | ||
| 18 | 19 | ||
| 19 | do_configure:prepend() { | 20 | do_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 |
