From 016febfa8c71fac9863e50d7303cdb75e4998f57 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 May 2021 18:39:45 +0300 Subject: gobject-introspection: add new package at 1.68.0 --- extra/gobject-introspection/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 extra/gobject-introspection/build (limited to 'extra/gobject-introspection/build') 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 -- cgit v1.2.3