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 cc46164eba09..bc42201d4f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wayst-git
depends = freetype2
depends = fontconfig
depends = libxkbcommon
+ depends = libxrandr
provides = wayst
conflicts = wayst
source = git+https://github.com/91861/wayst.git
diff --git a/PKGBUILD b/PKGBUILD
index 8e57d6062916..8bce8e224be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Simple terminal emulator for Wayland and X11 with OpenGL rendering and
arch=('x86_64')
url='https://github.com/91861/wayst'
license=('MIT')
-depends=('mesa' 'freetype2' 'fontconfig' 'libxkbcommon', 'libxrandr')
+depends=('mesa' 'freetype2' 'fontconfig' 'libxkbcommon' 'libxrandr')
makedepends=('git')
provides=('wayst')
conflicts=('wayst')