aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-04-22 15:44:10 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-23 15:15:35 -0700
commitc203e6afa820e39169ae322ef6b78fc8620b7875 (patch)
tree496876d10118ce0c812ebb3fc371a6ed22ca9b91 /meta-networking
parent3e27517f7e1d495aee839055c65be9b65b66ce0e (diff)
downloadmeta-openembedded-contrib-c203e6afa820e39169ae322ef6b78fc8620b7875.tar.gz
spice-gtk: add PACKAGECONFIG for webdav
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.bb1
1 files changed, 1 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 b7c43bf2d2..c8a3f7f532 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -59,6 +59,7 @@ do_configure:prepend() {
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard"
PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled"
PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard"
+PACKAGECONFIG[webdav] = "-Dwebdav=enabled,-Dwebdav=disabled,phodav libsoup"
EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/hwdata/usb.ids "
EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext"