summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
index 25917756fc..d8f51c751d 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
@@ -5,7 +5,15 @@ PRIORITY = "optional"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
7 7
8PACKAGECONFIG ??= "gcrypt gnutls jpeg png ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} sdl zlib" 8PACKAGECONFIG ??= " \
9 gcrypt \
10 gnutls \
11 jpeg \
12 png \
13 ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} \
14 sdl \
15 zlib \
16"
9PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt" 17PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt"
10PACKAGECONFIG[gnutls] = ",,gnutls" 18PACKAGECONFIG[gnutls] = ",,gnutls"
11PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg" 19PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg"