From ea879119c20619cd189a597758b6b28956df02bf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 4 Feb 2021 13:20:40 +0300 Subject: graphene: add new package at 1.10.2 --- extra/graphene/build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 extra/graphene/build (limited to 'extra/graphene/build') diff --git a/extra/graphene/build b/extra/graphene/build new file mode 100755 index 00000000..dc78a46d --- /dev/null +++ b/extra/graphene/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Ddefault_library=both \ + -Darm_neon=false \ + -Dgtk_doc=false \ + -Dintrospection=false \ + -Dinstalled_tests=false \ + -Dtests=false \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3