diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 12:43:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:47 +0200 |
commit | 2675c961838431fbcd0d532a5202090755538ce0 (patch) | |
tree | 313cdcb947d0a07b684ba5e2dd97d19488b5cff0 | |
parent | 09566d518a56a413303d7d13d496254b467c635b (diff) | |
download | meta-openembedded-contrib-2675c961838431fbcd0d532a5202090755538ce0.tar.gz |
xfconf: inherit gtk-doc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb index 1355359f2df..8a3416c12c0 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" DEPENDS = "dbus-glib libxfce4util perl intltool-native" -inherit xfce +inherit xfce gtk-doc EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" |