gst-plugins-bad1: fix build without gir build

This commit is contained in:
John
2020-05-16 13:33:50 +02:00
parent 74b56c86d5
commit ce9f062cb1

View File

@@ -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
}
}