diff options
| -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 | |||
| 7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
| 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 = " \ | |||
| 26 | DEPENDS:append:libc-musl = " libexecinfo" | 26 | DEPENDS:append:libc-musl = " libexecinfo" |
| 27 | LDFLAGS:append:libc-musl = " -lexecinfo" | 27 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 28 | 28 | ||
| 29 | SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" | 29 | SRCREV = "7be0cf2348d149c6bf5bd882fe91d3bec7d6aebb" |
| 30 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 30 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master;tag=v${PV}" |
| 31 | 31 | ||
| 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig | 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig |
| 33 | REQUIRED_DISTRO_FEATURES = "x11" | 33 | REQUIRED_DISTRO_FEATURES = "x11" |
| 34 | 34 | ||
| 35 | EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" | 35 | EXTRA_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 | ||
| 37 | PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | 43 | PACKAGECONFIG[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 |
