diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 11:07:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 11:07:54 -0300 |
commit | 8235908d2fa6a9f87670cf77b91570249e443a18 (patch) | |
tree | f0ec583c28dc4a6727e2354518443a76b8e2c813 /community/vulkan-loader | |
parent | e7b3bedd8b73c931c0d949597d0ef0e652860e0c (diff) | |
download | aports-8235908d2fa6a9f87670cf77b91570249e443a18.tar.bz2 aports-8235908d2fa6a9f87670cf77b91570249e443a18.tar.xz |
community/vulkan-loader: add vulkan-headers to depends_dev
Diffstat (limited to 'community/vulkan-loader')
-rw-r--r-- | community/vulkan-loader/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/vulkan-loader/APKBUILD b/community/vulkan-loader/APKBUILD index a372128588..ced469e2d7 100644 --- a/community/vulkan-loader/APKBUILD +++ b/community/vulkan-loader/APKBUILD @@ -3,12 +3,13 @@ pkgname=vulkan-loader _pkgname=Vulkan-Loader pkgver=1.1.112 -pkgrel=0 +pkgrel=1 arch="all" url="https://www.khronos.org/vulkan" pkgdesc="Vulkan Installable Client Driver (ICD) Loader" license="Apache-2.0" -makedepends="cmake python3 vulkan-headers libx11-dev wayland-dev libxrandr-dev" +depends_dev="vulkan-headers" +makedepends="$depends_dev cmake python3 libx11-dev wayland-dev libxrandr-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/khronosgroup/$pkgname/archive/v$pkgver.tar.gz" subpackages="$pkgname-dev" options="!check" # No tests |