diff mbox series

[meta-networking] system-config-printer: Add packageconfig for polkit

Message ID 20231125140317.12111-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-networking] system-config-printer: Add packageconfig for polkit | expand

Commit Message

Markus Volk Nov. 25, 2023, 2:03 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../system-config-printer/system-config-printer_1.5.18.bb      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Khem Raj Nov. 26, 2023, 6:39 p.m. UTC | #1
On Sat, 25 Nov 2023 15:03:17 +0100, Markus Volk wrote:
> 


Applied, thanks!

[1/1] system-config-printer: Add packageconfig for polkit
      commit: 092502feedc45d3bf9b9a84dacfb9665d6322db1

Best regards,
diff mbox series

Patch

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 4f1498546..ead875824 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"
 
 DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
 
-PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
+PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)}"
 PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd"
+PACKAGECONFIG[polkit] = ",,,cups-pk-helper"
 
 do_configure:prepend() {
     # This file is not provided if fetching from git but required for configure