浏览代码

policycoreutils: restorecon libglib2 dependency

Updated to match Config.in select of libglib2
package as dependency if restorecon is enabled.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matt Weber 8 年之前
父节点
当前提交
08af46e390
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/policycoreutils/policycoreutils.mk

+ 1 - 0
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.