mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
sushi: use false gir gst-plugin-scanner path
Correction to 6e18c9450b
.
Use /usr/bin/false to avoid issues.
This commit is contained in:
parent
6e18c9450b
commit
321d76d876
1 changed files with 3 additions and 1 deletions
|
@ -22,5 +22,7 @@ build_options="gir"
|
|||
build_options_default="gir"
|
||||
|
||||
pre_build() {
|
||||
export GST_PLUGIN_SCANNER=/usr/libexec/gstreamer-1.0/gst-plugin-scanner
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export GST_PLUGIN_SCANNER="/usr/bin/false"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue