diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-06-27 12:20:19 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 10:59:41 +0200 |
commit | e7aeb11f7c73b1e06983c82d867e0ce50a1f93e3 (patch) | |
tree | 5cecaeccedb3262273b7ae6014082a6b2e89ceea /meta-xfce | |
parent | b813911696254dfe8f22f217904ee4d85c315da1 (diff) | |
download | meta-openembedded-e7aeb11f7c73b1e06983c82d867e0ce50a1f93e3.tar.gz |
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@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 723c20d24..a8758e3c7 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" | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" | 5 | DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" |
6 | 6 | ||
7 | inherit xfce autotools gettext gtk-doc | 7 | inherit xfce autotools gettext gtk-doc |
8 | 8 | ||