libX11: minor changes

This commit is contained in:
Dylan Araps 2021-07-06 14:41:12 +03:00
parent 5f1edd1280
commit 21e6fb1a19
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -10,6 +10,8 @@ CFLAGS_FOR_BUILD=-fPIC \
make
make DESTDIR="$1" install
# This will be removed once 'xorgproto' 2019.2
# is released.
# Conflicts with xorgproto.
rm -f "$1/usr/include/X11/extensions/XKBgeom.h"
# Remove library documentation.
rm -rf "$1/usr/share/man/man3"