summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0e54f69ebe..d18ee34d3ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,6 +32,7 @@ pkgbase = weston-eglstream
depends = libva
depends = libxcursor
depends = colord
+ depends = egl-wayland-git
provides = weston
conflicts = weston
source = https://wayland.freedesktop.org/releases/weston-3.0.0.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 5d3da9e256a0..f22e39aaf20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('MIT')
depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'egl-wayland-git')
makedepends=('wayland-protocols')
provides=('weston')
conflicts=('weston')