summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/remmina
diff options
context:
space:
mode:
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>2022-01-29 21:49:58 -0700
committerKhem Raj <raj.khem@gmail.com>2022-02-03 08:41:05 -0800
commite11597471c75281f1e4716c63cc1117e803c0b7b (patch)
tree0739f09afde326e5d967e6257ac2de24bb910e9c /meta-oe/recipes-support/remmina
parent523d3d61f755246a18f0c0306a70dc4de3ecf6a4 (diff)
downloadmeta-openembedded-e11597471c75281f1e4716c63cc1117e803c0b7b.tar.gz
remmina: Upgrade to 1.4.23
- Disable support for ayatana-appindicator Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/remmina')
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.23.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.18.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb b/meta-oe/recipes-support/remmina/remmina_1.4.23.bb
index 996d8540fe..9346da5b2c 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.23.bb
@@ -25,14 +25,14 @@ DEPENDS = " \
25DEPENDS:append:libc-musl = " libexecinfo" 25DEPENDS:append:libc-musl = " libexecinfo"
26LDFLAGS:append:libc-musl = " -lexecinfo" 26LDFLAGS:append:libc-musl = " -lexecinfo"
27 27
28SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" 28SRCREV = "b518b9d1f192375b08bbcdb0e77f3d98925de2f9"
29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" 29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig 32inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig
33REQUIRED_DISTRO_FEATURES = "x11" 33REQUIRED_DISTRO_FEATURES = "x11"
34 34
35EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF" 35EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF"
36 36
37PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" 37PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol"
38# Switch on gtk support in avahi recipe if you want to enable avahi support 38# Switch on gtk support in avahi recipe if you want to enable avahi support