mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
gst-plugins-bad1: fix build without gir build
This commit is contained in:
parent
74b56c86d5
commit
ce9f062cb1
1 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,8 @@ gst-plugins-bad1-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/share/gir*"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove "usr/share/gir*"
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue