Add imlib2 support, do not copy txt files (gone now).
This commit is contained in:
parent
fb9d6d0507
commit
ffa22d87de
@ -40,6 +40,7 @@ BuildRequires: gcc
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: imlib2-devel
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
@ -106,7 +107,7 @@ echo '#!/bin/bash -l
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations" \
|
||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock \
|
||||
--enable-ipv6 --with-socketdir=%{_rundir}/%{name}
|
||||
--enable-ipv6 --with-socketdir=%{_rundir}/%{name} --with-imlib2
|
||||
%make_build
|
||||
|
||||
# SELinux policy module
|
||||
@ -208,7 +209,7 @@ fi
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING *.txt README.Fedora
|
||||
%doc COPYING README.Fedora
|
||||
%dir %{_libdir}/xrdp
|
||||
%dir %{_sysconfdir}/xrdp
|
||||
%dir %{_sysconfdir}/xrdp/pulse
|
||||
|
Loading…
Reference in New Issue
Block a user