mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
librsvg: remove test that is know to fail.
This commit is contained in:
parent
bede26cd6b
commit
f4a3ccb129
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
# This test is know to fail
|
||||||
|
rm -f tests/fixtures/reftests/bugs/777834-*
|
||||||
|
}
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}>=${version}_${revision}"
|
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue