summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-12-25 08:11:04 +0100
committerAntonin Décimo2020-12-25 08:11:04 +0100
commit34b0afaa051a18655d72cf91eaf9f7e5f7314ea9 (patch)
treef40dd0fca97414e862863eae48e39aa7415443b3
parent6867e93797fe944e2c020cbf068de992eed4d279 (diff)
downloadaur-34b0afaa051a18655d72cf91eaf9f7e5f7314ea9.tar.gz
Remove mesa-libgl from makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263f31b14285..0bc14e8c8ed9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xwayland-git
pkgdesc = Run X clients under Wayland (git version)
pkgver = 1.20.0.r804.g5e3900904
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org
arch = x86_64
groups = xorg
@@ -19,7 +19,6 @@ pkgbase = xorg-xwayland-git
makedepends = wayland-protocols
makedepends = libdrm
makedepends = libepoxy
- makedepends = mesa-libgl
makedepends = systemd
makedepends = egl-wayland
depends = nettle
diff --git a/PKGBUILD b/PKGBUILD
index 9329cf265fe6..b75c5521b431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xorg-xwayland-git
pkgver=1.20.0.r804.g5e3900904
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('custom')
groups=('xorg')
@@ -16,7 +16,7 @@ makedepends=('meson' 'git'
'pixman' 'libxkbfile' 'libxfont2' 'dbus'
'xorg-font-util'
'wayland' 'wayland-protocols'
- 'libdrm' 'libepoxy' 'mesa-libgl'
+ 'libdrm' 'libepoxy'
'systemd'
'egl-wayland'
)