summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormonosans2021-10-21 07:45:51 +0300
committermonosans2021-10-21 07:45:51 +0300
commitb781e9c61e0464b01e583e22c8ee69a6fdfbc1d3 (patch)
tree9ef0c8d752f39c7013f4ce7964a5fe44493edf66
parentfa94672b18e1dd7b96f32c60a99c5a01cf6cb272 (diff)
downloadaur-b781e9c61e0464b01e583e22c8ee69a6fdfbc1d3.tar.gz
Depend on glslang, vulkan-icd-loader, vulkan-headers
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e28f391a2ba..1a9ae57523a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = wlroots-eglstreams-git
pkgdesc = Modular Wayland compositor library with EGLStreams support (git version)
- pkgver = 0.14.1.r5114.fef636e2
+ pkgver = 0.14.1.r5156.66657372
pkgrel = 1
url = https://github.com/danvd/wlroots-eglstreams
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
+ makedepends = vulkan-headers
makedepends = wayland-protocols
makedepends = xorgproto
+ depends = glslang
depends = libinput
depends = libxcb
depends = libxkbcommon
@@ -19,6 +21,7 @@ pkgbase = wlroots-eglstreams-git
depends = xcb-util-renderutil
depends = xcb-util-wm
depends = seatd
+ depends = vulkan-icd-loader
depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots=0.14.1
diff --git a/PKGBUILD b/PKGBUILD
index 2e8761d52429..333507e5d02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: monosans
# Based on wlroots-git PKGBUILD
pkgname=wlroots-eglstreams-git
-pkgver=0.14.1.r5114.fef636e2
+pkgver=0.14.1.r5156.66657372
pkgrel=1
license=(MIT)
pkgdesc='Modular Wayland compositor library with EGLStreams support (git version)'
@@ -11,6 +11,7 @@ arch=(x86_64)
provides=("libwlroots.so" "wlroots=${pkgver%%.r*}" wlroots-git)
conflicts=(wlroots wlroots-git)
depends=(
+ glslang
libinput
libxcb
libxkbcommon
@@ -21,10 +22,12 @@ depends=(
xcb-util-renderutil
xcb-util-wm
seatd
+ vulkan-icd-loader
xorg-xwayland)
makedepends=(
git
meson
+ vulkan-headers
wayland-protocols
xorgproto)
source=("${pkgname}::git+${url}")