diff options
| author | Alejandro Hernandez Samaniego <alejandro@enedino.org> | 2022-01-29 21:49:58 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:41:05 -0800 |
| commit | e11597471c75281f1e4716c63cc1117e803c0b7b (patch) | |
| tree | 0739f09afde326e5d967e6257ac2de24bb910e9c /meta-oe/recipes-support/remmina | |
| parent | 523d3d61f755246a18f0c0306a70dc4de3ecf6a4 (diff) | |
| download | meta-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 = " \ | |||
| 25 | DEPENDS:append:libc-musl = " libexecinfo" | 25 | DEPENDS:append:libc-musl = " libexecinfo" |
| 26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 27 | 27 | ||
| 28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" | 28 | SRCREV = "b518b9d1f192375b08bbcdb0e77f3d98925de2f9" |
| 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 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" | 35 | EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF" |
| 36 | 36 | ||
| 37 | PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | 37 | 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 | 38 | # Switch on gtk support in avahi recipe if you want to enable avahi support |
