summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-30 07:57:22 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-29 23:40:11 -0800
commit9728eb6b4e92aff33cc3bfeabae75c4f1ff5b75a (patch)
treed027b2a32e7184cc2793d9416b55641c043911b7 /meta-networking
parent94b6de1cbc3556209c567674a3e2046e3a988b74 (diff)
downloadmeta-openembedded-9728eb6b4e92aff33cc3bfeabae75c4f1ff5b75a.tar.gz
spice-gtk: Set meson version based on PV
This fixes build for gnome-boxes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/spice/spice-gtk_0.42.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
index 3d34f222d0..82ce7067d9 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -52,6 +52,10 @@ GTKDOC_MESON_OPTION = 'gtk_doc'
52GTKDOC_MESON_ENABLE_FLAG = 'enabled' 52GTKDOC_MESON_ENABLE_FLAG = 'enabled'
53GTKDOC_MESON_DISABLE_FLAG = 'disabled' 53GTKDOC_MESON_DISABLE_FLAG = 'disabled'
54 54
55do_configure:prepend() {
56 echo ${PV} > ${S}/.tarball-version
57}
58
55PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard" 59PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard"
56PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" 60PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled"
57PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" 61PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard"