mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
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>
This commit is contained in:
+2
-1
@@ -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"
|
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[systemd] = ",--without-systemdsystemunitdir,systemd"
|
||||||
|
PACKAGECONFIG[polkit] = ",,,cups-pk-helper"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
# This file is not provided if fetching from git but required for configure
|
# This file is not provided if fetching from git but required for configure
|
||||||
|
|||||||
Reference in New Issue
Block a user