[nightly,debian] build with uriparser support

This commit is contained in:
akallabeth 2023-10-10 17:11:16 +02:00 committed by akallabeth
parent 8dedcc9068
commit ec15f37180
2 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,8 @@ Build-Depends:
libsdl2-ttf-dev,
libsystemd-dev,
libpkcs11-helper1-dev,
libwebkit2gtk-4.0-dev
libwebkit2gtk-4.0-dev,
liburiparser-dev
Standards-Version: 3.9.5
Homepage: http://www.freerdp.com/
Vcs-Browser: http://github.com/FreeRDP/FreeRDP.git

View File

@ -24,6 +24,7 @@ DEB_CMAKE_EXTRA_FLAGS := -GNinja \
-DWITH_WAYLAND=ON \
-DWITH_CAIRO=ON \
-DWITH_CCACHE=OFF \
-DWITH_URIPARSER=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/opt/freerdp-nightly/ \