From 026638c2924d8bafdd4f788576cef89d31038478 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 11 May 2021 16:59:42 +0200 Subject: remmina: make avahi support optional and off by default This requires gtk support enabled in avahi, which was disabled on oe-core. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-support/remmina/remmina_1.4.11.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.11.bb b/meta-oe/recipes-support/remmina/remmina_1.4.11.bb index 215c04a228..38fcf45c48 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.11.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.11.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://remmina.org" SECTION = "Support" LICENSE = "GPLv2 & openssl" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" -DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret libxkbfile" +DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret libxkbfile" DEPENDS_append_libc-musl = " libexecinfo" @@ -30,6 +30,8 @@ do_install_append(){ } PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" +# Switch on gtk support in avahi recipe if you want to enable avahi support +PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" RDEPENDS_${PN} = "bash" -- cgit 1.2.3-korg