diff options
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb b/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb index 69162bd2b..6667e2901 100644 --- a/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb +++ b/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb | |||
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | |||
6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" |
7 | DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2 intltool-native" | 7 | DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2 intltool-native" |
8 | 8 | ||
9 | inherit autotools pkgconfig pythonnative gtk-icon-cache | 9 | inherit distro_features_check autotools pkgconfig pythonnative gtk-icon-cache |
10 | |||
11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | 12 | ||
11 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \ | 13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \ |
12 | file://0001-gnome-doc-utils.make-sysrooted-pkg-config.patch \ | 14 | file://0001-gnome-doc-utils.make-sysrooted-pkg-config.patch \ |