diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:54 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
| commit | fcb8ecd2cbee81087598db7fb61e90a4c5c85f18 (patch) | |
| tree | ac39c9e9e83842d8a6195814d18213e384abefe9 | |
| parent | 02019291b2fa660c33e862e0a363b95c0dc127da (diff) | |
| download | meta-openembedded-fcb8ecd2cbee81087598db7fb61e90a4c5c85f18.tar.gz | |
fltk: 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-support/fltk/fltk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 0d033f3610..09344cf7d1 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
| @@ -2,7 +2,7 @@ require ${BPN}.inc | |||
| 2 | 2 | ||
| 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" | 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" |
| 4 | 4 | ||
| 5 | inherit features_check binconfig lib_package gtk-icon-cache mime | 5 | inherit features_check binconfig lib_package gtk-icon-cache mime mime-xdg |
| 6 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | REQUIRED_DISTRO_FEATURES = "x11" |
| 7 | 7 | ||
| 8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
