json_glib, add buildtype for meson (#6613)

This commit is contained in:
Schrijvers Luc
2022-02-12 12:47:56 +01:00
committed by GitHub
parent 229a522ff8
commit e0fcdb8e3b

View File

@@ -17,7 +17,7 @@ COPYRIGHT="2007, 2008 OpenedHand Ltd
2009-2012 Intel Corp.
2013 Emmanuele Bassi"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.gnome.org/sources/json-glib/${portVersion%.*}/json-glib-$portVersion.tar.xz"
CHECKSUM_SHA256="720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47"
SOURCE_DIR="json-glib-$portVersion"
@@ -70,6 +70,7 @@ BUILD_PREREQUIRES="
BUILD()
{
meson \
--buildtype=debugoptimized \
--prefix=$prefix \
--bindir=$binDir \
--libdir=$libDir \