diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-02-21 19:27:50 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-22 08:30:51 -0800 |
commit | 343ec1feecec27681a3daa48b7db08a59ed725af (patch) | |
tree | b6e37e55123ef59266b95bad8af01c00584ab942 /meta-xfce | |
parent | 26d9d0b627177f6f710c5d7b902d73b84ac14804 (diff) | |
download | meta-openembedded-343ec1feecec27681a3daa48b7db08a59ed725af.tar.gz |
xfconf: inherit vala
This fixes do_configure error:
| ...xfconf/4.16.0-r0/recipe-sysroot/usr/bin/vapigen-wrapper: 2: vapigen-0.54: not found
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb index 5214b2ea7..0bbef847c 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" | 5 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc gobject-introspection bash-completion | 7 | inherit xfce gtk-doc gobject-introspection bash-completion vala |
8 | 8 | ||
9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" |
10 | 10 | ||