mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 19:02:26 +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:
parent
304fd6a06e
commit
092502feed
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user