diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 18:39:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 18:39:45 +0300 |
commit | 016febfa8c71fac9863e50d7303cdb75e4998f57 (patch) | |
tree | 1f81ce7b434268eb43695d28705280c33796ff4c /extra/gobject-introspection/build | |
parent | f679fb1d714411b2a4cacf4c1ebd3a47ac9177d2 (diff) | |
download | repository-016febfa8c71fac9863e50d7303cdb75e4998f57.tar.gz |
gobject-introspection: add new package at 1.68.0
Diffstat (limited to 'extra/gobject-introspection/build')
-rwxr-xr-x | extra/gobject-introspection/build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/gobject-introspection/build b/extra/gobject-introspection/build new file mode 100755 index 00000000..78285eb6 --- /dev/null +++ b/extra/gobject-introspection/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + -Ddefault_library=both \ + -Ddoctool=disabled \ + . output + +ninja -C output +ninja -C output install |