diff options
-rw-r--r-- | user/pixman/APKBUILD | 3 |
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 " |