diff options
Diffstat (limited to 'package/setools')
-rw-r--r-- | package/setools/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/setools/Config.in b/package/setools/Config.in index 5e7f39d65f..d7b119ffc6 100644 --- a/package/setools/Config.in +++ b/package/setools/Config.in @@ -1,9 +1,5 @@ config BR2_PACKAGE_SETOOLS bool "setools" - select BR2_PACKAGE_LIBSELINUX - select BR2_PACKAGE_SQLITE - select BR2_PACKAGE_LIBXML2 - select BR2_PACKAGE_BZIP2 depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS depends on BR2_INSTALL_LIBSTDCPP @@ -14,6 +10,10 @@ config BR2_PACKAGE_SETOOLS # section for versioned symbol" # arc: libselinux not available depends on !BR2_nios2 && !BR2_bfin && !BR2_arc + select BR2_PACKAGE_LIBSELINUX + select BR2_PACKAGE_SQLITE + select BR2_PACKAGE_LIBXML2 + select BR2_PACKAGE_BZIP2 help SETools is an open source project designed to facilitate SELinux policy analysis. The primary tools are: |