diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:39 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:58 -0800 |
| commit | 4f0c00f07f9fc6d19612580355ddc61e994eb51a (patch) | |
| tree | 5b96a1cc3303ad2d09bdbb597190fa0acd6cd417 | |
| parent | 4e5bfbfc89769846c347ef3e7c3717e3f7b10976 (diff) | |
| download | meta-openembedded-4f0c00f07f9fc6d19612580355ddc61e994eb51a.tar.gz | |
geany: add mime-xdg to inherit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb index 17e16bf561..8282091b30 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 | ||
| 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" | 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" |
| 7 | 7 | ||
| 8 | inherit features_check autotools pkgconfig perlnative gettext | 8 | inherit features_check autotools pkgconfig perlnative gettext mime-xdg |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
