diff options
-rw-r--r-- | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 2 |
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 ??= " \ | |||
17 | PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt" | 17 | PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt" |
18 | PACKAGECONFIG[gnutls] = ",,gnutls" | 18 | PACKAGECONFIG[gnutls] = ",,gnutls" |
19 | PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg" | 19 | PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg" |
20 | PACKAGECONFIG[openssl] = ",,openssl" | 20 | PACKAGECONFIG[openssl] = ",-DWITH_OPENSSL=OFF,openssl" |
21 | PACKAGECONFIG[png] = ",-DWITH_PNG=OFF,libpng,libpng" | 21 | PACKAGECONFIG[png] = ",-DWITH_PNG=OFF,libpng,libpng" |
22 | PACKAGECONFIG[systemd] = ",,systemd" | 22 | PACKAGECONFIG[systemd] = ",,systemd" |
23 | PACKAGECONFIG[sdl] = ",,libsdl2" | 23 | PACKAGECONFIG[sdl] = ",,libsdl2" |