diff options
-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 += " \ |