mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
libdazzle: don't move typelib to -devel
This commit is contained in:
parent
e38b4e340b
commit
0d205c4fc2
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libdazzle'
|
# Template file for 'libdazzle'
|
||||||
pkgname=libdazzle
|
pkgname=libdazzle
|
||||||
version=3.30.0
|
version=3.30.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
||||||
-Dwith_introspection=$(vopt_if gir true false)"
|
-Dwith_introspection=$(vopt_if gir true false)"
|
||||||
|
@ -36,7 +36,6 @@ libdazzle-devel_package() {
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
vmove usr/lib/girepository-1.0
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue