summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb2
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.36.bb2
-rw-r--r--meta-oe/recipes-devtools/glade/glade_3.22.1.bb2
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb
index f768998450..c43d23b347 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
24 libgit2 \ 24 libgit2 \
25" 25"
26 26
27inherit distro_features_check autotools pkgconfig gtk-icon-cache 27inherit features_check autotools pkgconfig gtk-icon-cache
28 28
29REQUIRED_DISTRO_FEATURES = "x11" 29REQUIRED_DISTRO_FEATURES = "x11"
30 30
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb
index 193c198a18..0d29b138a9 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.36.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.36.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
5 5
6DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" 6DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
7 7
8inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext 8inherit features_check autotools pkgconfig perlnative pythonnative gettext
9 9
10REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_DISTRO_FEATURES = "x11"
11 11
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.1.bb b/meta-oe/recipes-devtools/glade/glade_3.22.1.bb
index bd4b586f1b..cdd7057b39 100644
--- a/meta-oe/recipes-devtools/glade/glade_3.22.1.bb
+++ b/meta-oe/recipes-devtools/glade/glade_3.22.1.bb
@@ -9,7 +9,7 @@ DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \
9" 9"
10 10
11 11
12inherit distro_features_check autotools pkgconfig gnomebase gobject-introspection 12inherit features_check autotools pkgconfig gnomebase gobject-introspection
13 13
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb
index 459ae8253b..3d77670749 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb
@@ -35,7 +35,7 @@ S = "${WORKDIR}/${BPN}${PV}/unix"
35VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 35VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
36 36
37LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" 37LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
38inherit autotools distro_features_check 38inherit autotools features_check
39# depends on virtual/libx11 39# depends on virtual/libx11
40REQUIRED_DISTRO_FEATURES = "x11" 40REQUIRED_DISTRO_FEATURES = "x11"
41 41