summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
index d8f51c751d..b493f7f01e 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= " \
17PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt" 17PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt"
18PACKAGECONFIG[gnutls] = ",,gnutls" 18PACKAGECONFIG[gnutls] = ",,gnutls"
19PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg" 19PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg"
20PACKAGECONFIG[openssl] = ",,openssl" 20PACKAGECONFIG[openssl] = ",-DWITH_OPENSSL=OFF,openssl"
21PACKAGECONFIG[png] = ",-DWITH_PNG=OFF,libpng,libpng" 21PACKAGECONFIG[png] = ",-DWITH_PNG=OFF,libpng,libpng"
22PACKAGECONFIG[systemd] = ",,systemd" 22PACKAGECONFIG[systemd] = ",,systemd"
23PACKAGECONFIG[sdl] = ",,libsdl2" 23PACKAGECONFIG[sdl] = ",,libsdl2"