gtksourceview4: removed b_ndebug=true

This commit is contained in:
Tim Biermann 2021-01-23 18:22:56 +00:00
parent 21a6358899
commit 5c8ab970b4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31lMzH7a4yjouiPA3WAP2DIdauzvTk4RsyDss7x84lognI6nsqeQLS0ettZGrIAjB7Nzduuj7Is1+hD6yLDD+gI=
SHA256 (Pkgfile) = afc20b399d59c5c5580058ee9f6005da07ed2ee54a46f07afb02d19631b1ee37
RWSagIOpLGJF38G/kdCaZZuup1lGJcDSNMJVO3KODpE5DmeDx2Pvjx/0RAVYHA7P/dhNRUvpm0QCccq/sxcTW6ohUPQ2m8ibyQM=
SHA256 (Pkgfile) = ad09af15c4adf84184127be89c84d28d0e6fc0036987cb6ad2b220be22606e4c
SHA256 (.footprint) = 3ed22afbf2006d4f99dec3a7722b62cbde8bdb4ff607433e8b202ab086293f72
SHA256 (gtksourceview-4.8.0.tar.xz) = 00a19121500cedf1bae97f35af865d839841fd785d9facf188498e13975b4e1a

View File

@ -12,7 +12,6 @@ build() {
meson setup gtksourceview-$version build \
--prefix=/usr \
--buildtype=plain \
-Db_ndebug=true \
-Dglade_catalog=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build