libXvMC: remove file that now belongs to xorgproto.

Close #16937
This commit is contained in:
Juan RP 2019-12-27 23:22:47 +01:00
parent bb5a3040cf
commit b222abda18
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libXvMC'
pkgname=libXvMC
version=1.0.12
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-malloc0returnsnull"
hostmakedepends="pkg-config"
@ -14,6 +14,8 @@ distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
checksum=6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
post_install() {
# this file is now part of xorgproto.
rm -f ${DESTDIR}/usr/include/X11/extensions/vldXvMC.h
vlicense COPYING
}