2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cairo: don't build boilerplate

This commit is contained in:
Dylan Araps 2021-07-28 12:31:46 +03:00
parent fe82f48e1f
commit 0d8c3c15b5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -8,7 +8,7 @@ mv -f _ configure
chmod +x configure
# Disable building tests and documentation.
sed 's/test perf//g;s/src doc/src/g' Makefile.in > _
sed 's/boilerplate test perf//g;s/src doc/src/g' Makefile.in > _
mv -f _ Makefile.in
./configure \