mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user