summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a25f000022..fb51a74cefea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,9 @@ pkgbase = wayst-wayland-git
arch = x86_64
license = MIT
makedepends = git
- depends = mesa
depends = freetype2
depends = fontconfig
depends = libxkbcommon
- depends = libxrandr
optdepends = libutf8proc: unicode normalization
provides = wayst
conflicts = wayst
diff --git a/PKGBUILD b/PKGBUILD
index 086bcda86297..ddd19b685b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,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=('freetype2' 'fontconfig' 'libxkbcommon')
optdepends=('libutf8proc: unicode normalization')
makedepends=('git')
provides=('wayst')