diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-21 15:22:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-21 15:23:13 +0000 |
commit | b4ceea5ff13928418578479a8edd7ecabfc146a6 (patch) | |
tree | c8e32e7cf1a5cf82b206aea9ea46d0112924a4c8 /main/pixman | |
parent | 0f43fbcd2dcd9a2bc68205b073b7b7143e355143 (diff) | |
download | aports-b4ceea5ff13928418578479a8edd7ecabfc146a6.tar.bz2 aports-b4ceea5ff13928418578479a8edd7ecabfc146a6.tar.xz |
main/pixman: linux headers build fix
linux headers is needed for ppc64le
Diffstat (limited to 'main/pixman')
-rw-r--r-- | main/pixman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD index 8f3e3b265e..c30425873a 100644 --- a/main/pixman/APKBUILD +++ b/main/pixman/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="custom" subpackages="$pkgname-dev" depends= -makedepends="perl" +makedepends="perl linux-headers" source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2 float-header-fix.patch " |