[oe-commits] [meta-openembedded] 06/44: libxfce4ui: Use native intltool for building the lib

git at git.openembedded.org git at git.openembedded.org
Mon Jul 11 13:38:59 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit e2ee0cf8f9cafb71695c135afa96ce818455efe4
Author: Dmitry Rozhkov <dmitry.rozhkov at linux.intel.com>
AuthorDate: Mon Jun 27 12:20:19 2016 +0300

    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 <dmitry.rozhkov at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 723c20d..a8758e3 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list