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: libX11-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
|
BuildRequires: imlib2-devel
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
@ -106,7 +107,7 @@ echo '#!/bin/bash -l
|
|||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations" \
|
CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations" \
|
||||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock \
|
%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
|
%make_build
|
||||||
|
|
||||||
# SELinux policy module
|
# SELinux policy module
|
||||||
@ -208,7 +209,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING *.txt README.Fedora
|
%doc COPYING README.Fedora
|
||||||
%dir %{_libdir}/xrdp
|
%dir %{_libdir}/xrdp
|
||||||
%dir %{_sysconfdir}/xrdp
|
%dir %{_sysconfdir}/xrdp
|
||||||
%dir %{_sysconfdir}/xrdp/pulse
|
%dir %{_sysconfdir}/xrdp/pulse
|
||||||
|
Loading…
Reference in New Issue
Block a user