diff options
| -rw-r--r-- | meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index 15935c8709..df82bef634 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | |||
| @@ -17,7 +17,9 @@ SRC_URI = "git://github.com/GNOME/gtkmathview.git \ | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit autotools pkgconfig | 20 | inherit distro_features_check autotools pkgconfig |
| 21 | |||
| 22 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 21 | 23 | ||
| 22 | do_configure_append() { | 24 | do_configure_append() { |
| 23 | # avoid host polution inf pkg-config files | 25 | # avoid host polution inf pkg-config files |
