~alpine/aports

testing/openhmd: add meson to makedeps v1 PROPOSED

Drew DeVault: 1
 testing/openhmd: add meson to makedeps

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2886/mbox | git am -3
Learn more about email & git

[PATCH] testing/openhmd: add meson to makedeps Export this patch

---
 testing/openhmd/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/openhmd/APKBUILD b/testing/openhmd/APKBUILD
index c1a4863432..e98716456c 100644
--- a/testing/openhmd/APKBUILD
+++ b/testing/openhmd/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="Free and Open Source API and drivers for immersive (VR) technology"
url="http://www.openhmd.net/"
arch="all"
license="BSL-1.0"
makedepends="hidapi-dev"
makedepends="meson hidapi-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenHMD/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/OpenHMD-$pkgver"
-- 
2.22.0