shotwell: fix build
This commit is contained in:
parent
53386857b9
commit
1fb165b1fd
|
@ -17,3 +17,9 @@ distfiles="${GNOME_SITE}/shotwell/${version%.*}/shotwell-${version}.tar.xz"
|
||||||
checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5
|
checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
# because shotwell intelligently forces fatal warnings even for
|
||||||
|
# harmless stuff coming from the outside that we can do nothing about
|
||||||
|
vsed -i "/'--fatal-warnings'/d" meson.build
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue