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
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

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