mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
freerdp: winpr tools use host's tools
This commit is contained in:
parent
11957fae1f
commit
c9080fbf7a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freerdp'
|
# Template file for 'freerdp'
|
||||||
pkgname=freerdp
|
pkgname=freerdp
|
||||||
version=2.11.4
|
version=2.11.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
|
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
|
||||||
-DWITH_GSTREAMER_0_10=OFF -DWITH_GSTREAMER_1_0=OFF -DWITH_JPEG=ON
|
-DWITH_GSTREAMER_0_10=OFF -DWITH_GSTREAMER_1_0=OFF -DWITH_JPEG=ON
|
||||||
|
@ -30,6 +30,8 @@ esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib64
|
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
|
# first we want to separate -server, everything else then goes to client
|
||||||
|
|
Loading…
Add table
Reference in a new issue