diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-02-21 19:20:12 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-22 08:30:51 -0800 |
commit | 26d9d0b627177f6f710c5d7b902d73b84ac14804 (patch) | |
tree | a0ff6350371a8447ca72b0a40a2194d67d4d4dc7 /meta-xfce | |
parent | 606eaedc8cb3eef1010f25679569d48c2681758f (diff) | |
download | meta-openembedded-26d9d0b627177f6f710c5d7b902d73b84ac14804.tar.gz |
libxfce4util: inherit vala
This fixes do_configure error:
| libxfce4util/Makefile.am:159: error: ENABLE_VAPIGEN does not appear in AM_CONDITIONAL
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/libxfce4util/libxfce4util_4.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb index 1a0b7183e..9462b28ac 100644 --- a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb | |||
@@ -4,6 +4,6 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0" | 5 | DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0" |
6 | 6 | ||
7 | inherit xfce gtk-doc gobject-introspection | 7 | inherit xfce gtk-doc gobject-introspection vala |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "60598d745d1fc81ff5ad3cecc3a8d1b85990dd22023e7743f55abd87d8b55b83" | 9 | SRC_URI[sha256sum] = "60598d745d1fc81ff5ad3cecc3a8d1b85990dd22023e7743f55abd87d8b55b83" |