summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-12-25 08:14:23 +0100
committerAntonin Décimo2020-12-25 08:14:23 +0100
commitc6098b01dc16cab2d1b4dbf6c1ba595dfd77e98d (patch)
treef5a64a62778c32ef7f7590c3523e665f1e22d2a0
parent1b7e516c822d5c29bd8440419f71ccfa90172882 (diff)
downloadaur-c6098b01dc16cab2d1b4dbf6c1ba595dfd77e98d.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 3efab20f5363..fc5b1d20dbdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xwayland-hidpi-git
pkgdesc = Run X clients under Wayland, with HiDPI (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-hidpi-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 b082bb5e5abe..9cca4c833d43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xorg-xwayland-hidpi-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'
)