diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.2.3.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.2.3.bb b/meta/recipes-support/libfm/libfm_1.2.3.bb index 629502f68f..b225232f39 100644 --- a/meta/recipes-support/libfm/libfm_1.2.3.bb +++ b/meta/recipes-support/libfm/libfm_1.2.3.bb | |||
@@ -18,7 +18,8 @@ SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344 | |||
18 | 18 | ||
19 | PR = "r1" | 19 | PR = "r1" |
20 | 20 | ||
21 | inherit autotools pkgconfig gtk-doc | 21 | inherit autotools pkgconfig gtk-doc distro_features_check |
22 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
22 | 23 | ||
23 | do_configure[dirs] =+ "${S}/m4" | 24 | do_configure[dirs] =+ "${S}/m4" |
24 | 25 | ||
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 874062adbe..07b9e10dce 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -4,7 +4,8 @@ LICENSE = "LGPLv2.0" | |||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS_libvte = "vte-termcap" |
6 | 6 | ||
7 | inherit gnome gtk-doc | 7 | inherit gnome gtk-doc distro_features_check |
8 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
8 | 9 | ||
9 | EXTRA_OECONF = "--disable-python --disable-introspection" | 10 | EXTRA_OECONF = "--disable-python --disable-introspection" |
10 | 11 | ||