freerdp: winpr tools use host's tools

This commit is contained in:
Đoàn Trần Công Danh 2024-06-26 08:27:33 +07:00
parent 11957fae1f
commit c9080fbf7a
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'freerdp'
pkgname=freerdp
version=2.11.4
revision=1
revision=2
build_style=cmake
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
-DWITH_GSTREAMER_0_10=OFF -DWITH_GSTREAMER_1_0=OFF -DWITH_JPEG=ON
@ -30,6 +30,8 @@ esac
post_install() {
rm -f ${DESTDIR}/usr/lib64
sed -i -e 's;[$]{_IMPORT_PREFIX}/bin;/usr/bin;' \
${DESTDIR}/usr/lib/cmake/WinPR2/WinPRTargets-*.cmake
}
# first we want to separate -server, everything else then goes to client