diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-30 07:57:22 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-29 23:40:11 -0800 |
| commit | 9728eb6b4e92aff33cc3bfeabae75c4f1ff5b75a (patch) | |
| tree | d027b2a32e7184cc2793d9416b55641c043911b7 /meta-networking | |
| parent | 94b6de1cbc3556209c567674a3e2046e3a988b74 (diff) | |
| download | meta-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.bb | 4 |
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' | |||
| 52 | GTKDOC_MESON_ENABLE_FLAG = 'enabled' | 52 | GTKDOC_MESON_ENABLE_FLAG = 'enabled' |
| 53 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 53 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
| 54 | 54 | ||
| 55 | do_configure:prepend() { | ||
| 56 | echo ${PV} > ${S}/.tarball-version | ||
| 57 | } | ||
| 58 | |||
| 55 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard" | 59 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard" |
| 56 | PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" | 60 | PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" |
| 57 | PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" | 61 | PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" |
