From 7b1eab4a1693e78a7a498e636d0c818ef3f6425c Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Mon, 27 Jun 2016 12:20:19 +0300 Subject: libxfce4ui: Use native intltool for building the lib Otherwise the dependency on intltool-dev is icluded mistakenly to RRECOMMENDS of the libxfce4ui-dev package. Signed-off-by: Dmitry Rozhkov Signed-off-by: Martin Jansa (cherry picked from commit e7aeb11f7c73b1e06983c82d867e0ce50a1f93e3) Signed-off-by: Armin Kuster --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb index 723c20d24b..a8758e3c7d 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction" SECTION = "x11/libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" -DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" +DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" inherit xfce autotools gettext gtk-doc -- cgit 1.2.3-korg