aboutsummaryrefslogtreecommitdiffstats
path: root/main/pixman/APKBUILD
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-09 09:40:08 -0400
committerLeo <thinkabit.ukim@gmail.com>2020-05-09 15:54:18 -0300
commitf3acb74b7109a055f0ceda43b1dff9754eba9181 (patch)
treea23151668861dcbfee67e0867f9c3c0dea020e50 /main/pixman/APKBUILD
parent5450b166b422fa76294ce3ed57abd01ce37622a2 (diff)
downloadaports-f3acb74b7109a055f0ceda43b1dff9754eba9181.tar.bz2
aports-f3acb74b7109a055f0ceda43b1dff9754eba9181.tar.xz
main/pixman: re-introduce pixman-static
Diffstat (limited to 'main/pixman/APKBUILD')
-rw-r--r--main/pixman/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD
index 210a132c6d..6ef52fde9a 100644
--- a/main/pixman/APKBUILD
+++ b/main/pixman/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pixman
pkgver=0.40.0
-pkgrel=1
+pkgrel=2
pkgdesc="Low-level pixel manipulation library"
url="https://gitlab.freedesktop.org/pixman"
arch="all"
license="MIT"
makedepends="meson libpng-dev linux-headers"
-subpackages="$pkgname-dev $pkgname-dbg"
+subpackages="$pkgname-static $pkgname-dev $pkgname-dbg"
source="https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-$pkgver/pixman-pixman-$pkgver.tar.gz"
builddir="$srcdir/pixman-pixman-$pkgver"
@@ -19,6 +19,7 @@ esac
build() {
# We need to increase the stacksize here: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595
LDFLAGS="$LDFLAGS -Wl,-z,stack-size=2097152" meson \
+ -Ddefault_library=both \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \