diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:04 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:04 +0200 |
commit | 962fd38c60d6cc0923074099047d6532d40ceab1 (patch) | |
tree | 76bb63916c6ba975c47b1cb6bbfc31dfb171a3fa /main/libcrystalhd | |
parent | 5df5f306026af26b1ee232ffdd1a92282bf26f5e (diff) | |
download | aports-962fd38c60d6cc0923074099047d6532d40ceab1.tar.bz2 aports-962fd38c60d6cc0923074099047d6532d40ceab1.tar.xz |
main/libcrystalhd: add linux-headers to makedeps
Diffstat (limited to 'main/libcrystalhd')
-rw-r--r-- | main/libcrystalhd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libcrystalhd/APKBUILD b/main/libcrystalhd/APKBUILD index 22b4482820..69415851d4 100644 --- a/main/libcrystalhd/APKBUILD +++ b/main/libcrystalhd/APKBUILD @@ -4,14 +4,14 @@ pkgname=libcrystalhd pkgver=20130708 _date=$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="Broadcom CrystalHD kernel driver library" url="http://git.linuxtv.org/jarod/crystalhd.git" arch="x86 x86_64" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev" +makedepends="$depends_dev linux-headers" install="" subpackages="$pkgname-dev" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-${_date}.tar.gz |