diff options
| author | Fabio Estevam <festevam@denx.de> | 2022-10-14 16:05:31 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-15 10:26:43 -0700 |
| commit | 5b8ae45ee56c0659c1ee9aa9c6db41f5727d44b7 (patch) | |
| tree | 713bf09d9926b95265997dd7aeadd9e073c1418f | |
| parent | c8d9407eec21e1eb3e34b66cac8d11fe13c6e63e (diff) | |
| download | meta-openembedded-5b8ae45ee56c0659c1ee9aa9c6db41f5727d44b7.tar.gz | |
remmina: Update to 1.4.27
Update to the 1.4.27 version and also pass -DWITH_WEBKIT2GTK=OFF
to allow building it without webkit2gtk support.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.27.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.24.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.24.bb b/meta-oe/recipes-support/remmina/remmina_1.4.27.bb index 23cafa7e48..7eb87a0055 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.24.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.27.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 = "ffa6a7ef9c6be7951bac23d14df148098fd2d3fa" | 28 | SRCREV = "9d409a3556c8c2759a376b4f4ac5149db7aacf4f" |
| 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 -DHAVE_LIBAPPINDICATOR=OFF" | 35 | EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=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 |
