aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-20 15:20:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:54 +0200
commite97f2308e3b3710452deed5b9dfb390351ce6ce5 (patch)
tree822ccd71d43cac2629f5a9653c0892ccba7c83a8 /meta-xfce/recipes-xfce
parentf0b89de52022321bc384c314f9a0d8d0dc6bfab5 (diff)
downloadmeta-openembedded-contrib-e97f2308e3b3710452deed5b9dfb390351ce6ce5.tar.gz
libxfce4ui: fix order of inherits
* we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac and the repository contains only configure.ac.in which is transformed into configure.ac by autogen which is prepended to do_configure by xfce-git (so this .bbclass needs to appear in inherit after gtk-doc to prepend autogen.sh before gtkdocize call. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
index 0582412b1b..6534f940cf 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
-inherit autotools gettext xfce xfce-git gtk-doc
+inherit autotools gettext gtk-doc xfce xfce-git
SRC_URI = " \
git://git.xfce.org/xfce/libxfce4ui;protocol=git \