mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
geany: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a6e4257e28
commit
4eb46f5993
|
|
@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
|||
|
||||
DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native"
|
||||
|
||||
inherit autotools pkgconfig perlnative pythonnative gettext
|
||||
inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "http://download.geany.org/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "386000be6b26972c6a699939c37cda34"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user