diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-06-27 12:20:19 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-08-16 10:29:41 -0700 |
commit | 7b1eab4a1693e78a7a498e636d0c818ef3f6425c (patch) | |
tree | f2fbbd8c0b0da8e0097f05f4897fc175c80bbc2a /meta-xfce/recipes-xfce | |
parent | a10e04db259235328d8055b3377823932f0904ef (diff) | |
download | meta-openembedded-7b1eab4a1693e78a7a498e636d0c818ef3f6425c.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>
(cherry picked from commit e7aeb11f7c73b1e06983c82d867e0ce50a1f93e3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-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 | ||