mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
system-config-printer: clean up DEPENDS
Remove intltool-native as it is not used, and add autoconf-archive-native. Also explicitly disable systemd when not selected to be sure it doesn't automatically enable. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a1f805e23e
commit
0713297ae9
|
|
@ -11,10 +11,10 @@ inherit autotools gettext pkgconfig python3native features_check
|
|||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
DEPENDS = "cups glib-2.0 libusb xmlto-native intltool-native desktop-file-utils-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[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[systemd] = ",--without-systemdsystemunitdir,systemd"
|
||||
|
||||
do_configure:prepend() {
|
||||
# This file is not provided if fetching from git but required for configure
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user