From 6277dbab0f7235b373cf0aff363519b3ff8c1d39 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 23 Jan 2017 23:46:02 -0800 Subject: [PATCH] Enable libpainter for compatibility with "noorders" clients --- xrdp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xrdp.spec b/xrdp.spec index 0c8d199..c5f8fe0 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -56,7 +56,7 @@ echo '#!/bin/bash -l . %{_sysconfdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh %build -%configure --enable-fuse --enable-pixman +%configure --enable-fuse --enable-pixman --enable-painter %make_build %install @@ -171,6 +171,9 @@ fi %{_sysconfdir}/xrdp/pulse/default.pa %{_unitdir}/xrdp-sesman.service %{_unitdir}/xrdp.service +%exclude %{_includedir}/painter.h +%exclude %{_libdir}/libpainter.* +%exclude %{_libdir}/pkgconfig/libpainter.pc %exclude %{_libdir}/xrdp/*.a %exclude %{_libdir}/xrdp/*.la %ghost %{_localstatedir}/log/xrdp.log @@ -188,6 +191,7 @@ fi - Add fastpath hotfix - Fix stopping services on package uninstall - Use packaged pixman library +- Enable libpainter for compatibility with "noorders" clients * Thu Dec 22 2016 Itamar Reis Peixoto - 1:0.9.1-1 - new version