diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 8c483e55..ea7faa13 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -24,6 +24,9 @@ inherit autotools-brokensep pkgconfig features_check | |||
24 | 24 | ||
25 | PACKAGECONFIG ??= "" | 25 | PACKAGECONFIG ??= "" |
26 | 26 | ||
27 | inherit features_check | ||
28 | REQUIRED_DISTRO_FEATURES ?= "seccomp" | ||
29 | |||
27 | DEPENDS = "yajl libcap go-md2man-native m4-native" | 30 | DEPENDS = "yajl libcap go-md2man-native m4-native" |
28 | # TODO: is there a packageconfig to turn this off ? | 31 | # TODO: is there a packageconfig to turn this off ? |
29 | DEPENDS += "libseccomp" | 32 | DEPENDS += "libseccomp" |