Skip to content

Commit

Permalink
Enable cairo support for software scaling.
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed May 8, 2019
1 parent 9011ef1 commit d5762f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/deb/freerdp-nightly/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_SKIP_RPATH=FALSE \
-DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_SERVER=ON \
-DWITH_CAIRO=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/opt/freerdp-nightly/ \
Expand Down
1 change: 1 addition & 0 deletions packaging/rpm/freerdp-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version
-DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_SERVER=ON \
-DWITH_CAIRO=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=%{INSTALL_PREFIX} \
Expand Down

0 comments on commit d5762f9

Please sign in to comment.