summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.3.6.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
index f9963ff65..f9860a11f 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
@@ -5,8 +5,6 @@ LICENSE = "GPLv2 & openssl"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769"
6DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi-ui libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret" 6DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi-ui libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret"
7 7
8DEPENDS_append_x86 = " spice spice-protocol"
9DEPENDS_append_x86-64 = " spice spice-protocol"
10 8
11DEPENDS_append_libc-musl = " libexecinfo" 9DEPENDS_append_libc-musl = " libexecinfo"
12LDFLAGS_append_libc-musl = " -lexecinfo" 10LDFLAGS_append_libc-musl = " -lexecinfo"
@@ -23,11 +21,7 @@ inherit cmake features_check mime-xdg
23# depends on avahi-ui with this restriction 21# depends on avahi-ui with this restriction
24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
25 23
26EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DWITH_SPICE=OFF" 24EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF"
27
28EXTRA_OECMAKE_append_x86 = " -DWITH_SPICE=ON"
29EXTRA_OECMAKE_append_x86-64 = " -DWITH_SPICE=ON"
30
31 25
32do_install_append(){ 26do_install_append(){
33 # We dont need the extra stuff form other desktop environments 27 # We dont need the extra stuff form other desktop environments
@@ -36,6 +30,8 @@ do_install_append(){
36 rm -rf ${D}/${datadir}/gnome-session 30 rm -rf ${D}/${datadir}/gnome-session
37} 31}
38 32
33PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol"
34
39RDEPENDS_${PN} = "bash" 35RDEPENDS_${PN} = "bash"
40 36
41FILES_${PN}_append = " ${datadir}/icons/hicolor/*" 37FILES_${PN}_append = " ${datadir}/icons/hicolor/*"