diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-11 16:59:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 08:27:28 -0700 |
commit | 026638c2924d8bafdd4f788576cef89d31038478 (patch) | |
tree | f71be1ba4d72bede2e71c432f4f2fcdebc6eb773 /meta-oe | |
parent | 319490178b999a74a82d092320de5d9d2e5c67bd (diff) | |
download | meta-openembedded-026638c2924d8bafdd4f788576cef89d31038478.tar.gz |
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 <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
3 | SECTION = "Support" | 3 | SECTION = "Support" |
4 | LICENSE = "GPLv2 & openssl" | 4 | LICENSE = "GPLv2 & openssl" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" |
6 | DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret libxkbfile" | 6 | DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret libxkbfile" |
7 | 7 | ||
8 | 8 | ||
9 | DEPENDS_append_libc-musl = " libexecinfo" | 9 | DEPENDS_append_libc-musl = " libexecinfo" |
@@ -30,6 +30,8 @@ do_install_append(){ | |||
30 | } | 30 | } |
31 | 31 | ||
32 | PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | 32 | PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" |
33 | # Switch on gtk support in avahi recipe if you want to enable avahi support | ||
34 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" | ||
33 | 35 | ||
34 | RDEPENDS_${PN} = "bash" | 36 | RDEPENDS_${PN} = "bash" |
35 | 37 | ||