gtk+3: nit

This commit is contained in:
Dylan Araps 2021-08-09 07:49:37 +03:00
parent 18f46efc43
commit 608b7a5682
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -3,7 +3,7 @@
patch -p1 < no-fribidi.patch
# Remove configure check for atk-bridge and fribidi. Funny enough, atk-bridge
# is not requires under wayland and there are ifdefs in place to ensure this.
# is not required under wayland and there are ifdefs in place to ensure this.
# The build system forces the dependency anyway so we must remove it.
sed -e 's/\(ATK_PACKAGES="atk\) atk-bridge-2.0"/\1"/' \
-e 's/fribidi >= 0\.19\.7//g' \