Skip to content
Snippets Groups Projects
Commit 8bf6428c authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: include vapi and gir-* in -dev package

parent c30c3463
No related branches found
No related tags found
No related merge requests found
...@@ -648,6 +648,7 @@ default_dev() { ...@@ -648,6 +648,7 @@ default_dev() {
cd "$pkgdir" || return 0 cd "$pkgdir" || return 0
for i in usr/include usr/lib/pkgconfig usr/share/aclocal\ for i in usr/include usr/lib/pkgconfig usr/share/aclocal\
usr/share/gettext usr/bin/*-config \ usr/share/gettext usr/bin/*-config \
usr/share/vala/vapi usr/share/gir-[0-9]*\
$(find -name include -type d) \ $(find -name include -type d) \
$(find usr/ -name '*.[acho]' -o -name '*.la' \ $(find usr/ -name '*.[acho]' -o -name '*.la' \
2>/dev/null); do 2>/dev/null); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment