diff options
-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 " |