diff options
-rw-r--r-- | meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb index be3a41f390..3018398309 100644 --- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -24,4 +24,6 @@ LICENSE = "LGPLv2.1" | |||
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
25 | 25 | ||
26 | 26 | ||
27 | inherit autotools pkgconfig gobject-introspection | 27 | inherit autotools pkgconfig gobject-introspection distro_features_check |
28 | |||
29 | REQUIRED_DISTRO_FEATURES = "x11" | ||