summaryrefslogtreecommitdiff
path: root/user/pixman/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-23 23:28:08 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-23 23:28:08 -0600
commitc5627a7163801e0db28b53fd2a0b67062278adfc (patch)
treef8c8b6568a26ddb22ac559ae257380c4f0d5e983 /user/pixman/APKBUILD
parentff6ee43ce2d485c1125e2855d9ddda25d282debf (diff)
downloadpackages-c5627a7163801e0db28b53fd2a0b67062278adfc.tar.gz
packages-c5627a7163801e0db28b53fd2a0b67062278adfc.tar.bz2
packages-c5627a7163801e0db28b53fd2a0b67062278adfc.tar.xz
packages-c5627a7163801e0db28b53fd2a0b67062278adfc.zip
user/pixman: modernise, add PNG support
Diffstat (limited to 'user/pixman/APKBUILD')
-rw-r--r--user/pixman/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/pixman/APKBUILD b/user/pixman/APKBUILD
index 0e545f547..d36f5a1ee 100644
--- a/user/pixman/APKBUILD
+++ b/user/pixman/APKBUILD
@@ -6,8 +6,9 @@ pkgdesc="Low-level pixel manipulation library"
url="https://www.X.Org/"
arch="all"
license="MIT"
+depends=""
+makedepends="libpng-dev perl linux-headers"
subpackages="$pkgname-dev $pkgname-dbg"
-makedepends="perl linux-headers"
source="https://www.X.Org/releases/individual/lib/$pkgname-$pkgver.tar.bz2
stacksize-reduction.patch
"