diff options
Diffstat (limited to 'meta/recipes-graphics/libfakekey/libfakekey_git.bb')
-rw-r--r-- | meta/recipes-graphics/libfakekey/libfakekey_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 862fe38de2..c60ddea74d 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -17,4 +17,7 @@ SRC_URI = "git://git.yoctoproject.org/${BPN}" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | inherit autotools pkgconfig gettext | 20 | inherit autotools pkgconfig gettext distro_features_check |
21 | |||
22 | # The libxtst requires x11 in DISTRO_FEATURES | ||
23 | REQUIRED_DISTRO_FEATURES = "x11" | ||