cairomm: removed b_ndebug=true

This commit is contained in:
Tim Biermann 2021-01-23 18:17:29 +00:00
parent 6e38e60238
commit 07a8f74f80
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37I+ida9PDA2sIIWuOmAeK9PNeYGaBjRtu/SesZa2c7wpQqDLaCaAaa07ohLUqGodAIYNznbyT8Rhqeyq0Nm5wM=
SHA256 (Pkgfile) = 670426652125d703cccfce3abaa5ecbbd49860a97cae52a8d26f5db1beca19d6
RWSagIOpLGJF33Tu8otkqxKMPVf76bRY4WiM19m916hWbkywrv5yr4UxWxJRkoKwfl0lkL/wkBlbRnvGy13BYvjEgpTDNxKKFg4=
SHA256 (Pkgfile) = ed63626cb05a0254740e22e1a1af46afda852e5b51b211f0b817d036dc888238
SHA256 (.footprint) = 4298d3de2c4e4f22b06d88214e36192e4be7e9ae34cf922793b4401aa9a3db21
SHA256 (cairomm-1.16.0.tar.xz) = 7e881492c5f9f546688c31160deb742c166fc4c68b6b8eb9920c00a0f0f144f9

View File

@ -10,8 +10,7 @@ source=(https://cairographics.org/releases/$name-$version.tar.xz)
build() {
meson setup build $name-$version --prefix=/usr \
--buildtype=plain \
-D b_ndebug=true
--buildtype=plain
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build