summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.43.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.36.bb)14
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb b/meta-oe/recipes-support/remmina/remmina_1.4.43.bb
index b8a31fc012..518c75a1a8 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.43.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://L
7DEPENDS = " \ 7DEPENDS = " \
8 glib-2.0-native \ 8 glib-2.0-native \
9 openssl \ 9 openssl \
10 freerdp \ 10 freerdp3 \
11 gtk+3 \ 11 gtk+3 \
12 gdk-pixbuf \ 12 gdk-pixbuf \
13 atk \ 13 atk \
@@ -26,13 +26,19 @@ DEPENDS = " \
26DEPENDS:append:libc-musl = " libexecinfo" 26DEPENDS:append:libc-musl = " libexecinfo"
27LDFLAGS:append:libc-musl = " -lexecinfo" 27LDFLAGS:append:libc-musl = " -lexecinfo"
28 28
29SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" 29SRCREV = "7be0cf2348d149c6bf5bd882fe91d3bec7d6aebb"
30SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" 30SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master;tag=v${PV}"
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 -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" 35EXTRA_OECMAKE += "\
36 -DWITH_APPINDICATOR=OFF \
37 -DWITH_GETTEXT=OFF \
38 -DWITH_TRANSLATIONS=OFF \
39 -DHAVE_LIBAPPINDICATOR=OFF \
40 -DWITH_WEBKIT2GTK=OFF \
41 -DWITH_FREERDP3=ON"
36 42
37PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" 43PACKAGECONFIG[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 44# Switch on gtk support in avahi recipe if you want to enable avahi support