diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 16:30:20 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
| commit | 4eb46f5993e2ff139bba50a51b242ee3eef08038 (patch) | |
| tree | 791a02a154453e628bee75b55fa43b7efda78246 /meta-oe/recipes-devtools/geany | |
| parent | a6e4257e28b1f62c71d0dc1107ac7245bf239512 (diff) | |
| download | meta-openembedded-4eb46f5993e2ff139bba50a51b242ee3eef08038.tar.gz | |
geany: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.31.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.31.bb b/meta-oe/recipes-devtools/geany/geany_1.31.bb index ce36e1eb93..bb9d8bc298 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.31.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.31.bb | |||
| @@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native" | 6 | DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native" |
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig perlnative pythonnative gettext | 8 | inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext |
| 9 | |||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 9 | 11 | ||
| 10 | SRC_URI = "http://download.geany.org/${BP}.tar.bz2" | 12 | SRC_URI = "http://download.geany.org/${BP}.tar.bz2" |
| 11 | SRC_URI[md5sum] = "386000be6b26972c6a699939c37cda34" | 13 | SRC_URI[md5sum] = "386000be6b26972c6a699939c37cda34" |
