Commit 38a9191b authored by Esteban Blanc's avatar Esteban Blanc

proview: Fix libvncserver

parent 576127ab
......@@ -404,7 +404,7 @@ rpaths = -Wl,-rpath=${alsa:location}/lib -Wl,-rpath=${qt4-qmake:location}/lib -W
[libvncserver]
recipe = slapos.recipe.cmmi
url = https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.12.tar.gz
url = https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command =
mkdir build && cd build && \
......@@ -413,8 +413,8 @@ configure-command =
# -DZLIB_INCLUDE_DIR=${zlib:location}/include \
# -DJPEG_LIBRARY=${libjpeg:location}/lib \
# -DJPEG_INCLUDE_DIR=${libjpeg:location}/include \
# -DPNG_LIBRARY=${libpng:location}/lib \
# -DPNG_INCLUDE_DIR=${libpng:location}/include \
-DPNG_LIBRARY=${libpng:location}/lib \
-DPNG_INCLUDE_DIR=${libpng:location}/include \
# -DPNG_PNG_INCLUDE_DIR=${libpng:location}/include \
# -DOPENSSL_ROOT_DIR=${openssl:location} \
# -DGNUTLS_LIBRARY=${gnutls:location}/lib \
......@@ -422,6 +422,9 @@ configure-command =
-DWITH_SYSTEMD=OFF \
-DWITH_WEBSOCKETS=ON \
-DWITH_LZO=OFF \
-DWITH_OPENSSL=ON \
-DWITH_GCRYPT=OFF \
-DWITH_GNUTLS=OFF \
..
cmake --build .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment