diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-11-08 09:14:19 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 09:26:41 -0800 |
commit | 1ad7a9e2ced764105471c7cf98b45c1963127085 (patch) | |
tree | ae653b45b234b2f668e43ee659e9c147efc7c9bb /meta-gnome/recipes-gimp/babl | |
parent | ca4c5ab653b9d5187385050552386f95ec868944 (diff) | |
download | meta-openembedded-1ad7a9e2ced764105471c7cf98b45c1963127085.tar.gz |
Adjust vala build according to changes in vala.bbclass
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp/babl')
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.106.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb index 5a5f4f5e7c..5d656adb0e 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | |||
5 | GNOMEBASEBUILDCLASS = "meson" | 5 | GNOMEBASEBUILDCLASS = "meson" |
6 | 6 | ||
7 | GIR_MESON_OPTION = "enable-gir" | 7 | GIR_MESON_OPTION = "enable-gir" |
8 | VALA_MESON_OPTION = "enable-vapi" | ||
8 | 9 | ||
9 | inherit setuptools3 gnomebase gobject-introspection vala | 10 | inherit setuptools3 gnomebase gobject-introspection vala |
10 | 11 | ||