diff options
| -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" |
