diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-27 09:34:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-27 09:34:11 +0000 |
commit | bb964ddf4e520be2d47e23422ebae39aa463e15e (patch) | |
tree | 6208c8cbc9f8668cb15600934e0ca2406412f82b /main | |
parent | 1c540900f7b77c8df6f913f455da106bdc4a4ad2 (diff) | |
download | aports-bb964ddf4e520be2d47e23422ebae39aa463e15e.tar.bz2 aports-bb964ddf4e520be2d47e23422ebae39aa463e15e.tar.xz |
main/v86d: linux-headers build fix
Diffstat (limited to 'main')
-rw-r--r-- | main/v86d/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/v86d/APKBUILD b/main/v86d/APKBUILD index e6346aa1eb..061f08455d 100644 --- a/main/v86d/APKBUILD +++ b/main/v86d/APKBUILD @@ -7,7 +7,7 @@ url="https://github.com/mjanusz/v86d" arch="x86 x86_64" license="GPL2" depends="" -makedepends="bash" +makedepends="bash linux-headers" source="v86d-$pkgver.tar.gz::https://github.com/mjanusz/v86d/archive/v86d-$pkgver.tar.gz modprobe.uvesafb" |