From: Matt Weber Date: Tue, 13 Dec 2016 04:21:08 +0000 (-0600) Subject: policycoreutils: restorecon libglib2 dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08af46e39081bea4cf73ac8bd2031b3996e31b90;p=buildroot.git policycoreutils: restorecon libglib2 dependency Updated to match Config.in select of libglib2 package as dependency if restorecon is enabled. Signed-off-by: Matthew Weber Signed-off-by: Thomas Petazzoni --- diff --git a/package/policycoreutils/policycoreutils.mk b/package/policycoreutils/policycoreutils.mk index c9f9ebc89c..86639ccc6d 100644 --- a/package/policycoreutils/policycoreutils.mk +++ b/package/policycoreutils/policycoreutils.mk @@ -48,6 +48,7 @@ POLICYCOREUTILS_MAKE_DIRS = \ ifeq ($(BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND),y) POLICYCOREUTILS_MAKE_DIRS += restorecond +POLICYCOREUTILS_DEPENDENCIES += libglib2 endif # We need to pass DESTDIR at build time because it's used by # policycoreutils build system to find headers and libraries.