summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-03-19 15:53:32 +0100
committerLubosz Sarnecki2020-03-19 15:53:32 +0100
commit2ea5c8df070e5ae767ab90eef3afba699e88a5aa (patch)
tree9f32d6c5bd075015669a20839a05237edf8926b2
parent6a6ad13255c521a120dd6624bf4dd3b693e2ee45 (diff)
downloadaur-2ea5c8df070e5ae767ab90eef3afba699e88a5aa.tar.gz
Make optional dependencies hard.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4cf0d0c6910..9490f8c10ae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,9 @@ pkgbase = gulkan-git
depends = vulkan-icd-loader
depends = graphene
depends = cairo
+ depends = shaderc
+ depends = json-glib
+ depends = glfw
provides = gulkan=0.13.99.258.fd0e813
conflicts = gulkan
source = git+https://gitlab.freedesktop.org/xrdesktop/gulkan.git
diff --git a/PKGBUILD b/PKGBUILD
index 3c3bdb58a51c..92107d260050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A GLib library for Vulkan abstraction.'
arch=('i686' 'x86_64')
url='https://gitlab.freedesktop.org/xrdesktop/gulkan'
-depends=('gdk-pixbuf2' 'vulkan-icd-loader' 'graphene' 'cairo')
+depends=('gdk-pixbuf2' 'vulkan-icd-loader' 'graphene' 'cairo' 'shaderc' 'json-glib' 'glfw')
provides=("$_realname="$pkgver)
conflicts=("$_realname")
makedepends=('meson' 'git' 'glslang' 'vulkan-headers' 'gtk-doc')