mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
94b6de1cbc
commit
9728eb6b4e
|
|
@ -52,6 +52,10 @@ GTKDOC_MESON_OPTION = 'gtk_doc'
|
|||
GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
||||
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
do_configure:prepend() {
|
||||
echo ${PV} > ${S}/.tarball-version
|
||||
}
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard"
|
||||
PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled"
|
||||
PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user