[arch-commits] Commit in libdrm/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Thu Jul 29 19:39:05 UTC 2021


    Date: Thursday, July 29, 2021 @ 19:39:05
  Author: andyrtr
Revision: 420677

remove unneeded makedependency on valgrind FS#71647

Modified:
  libdrm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 13:18:58 UTC (rev 420676)
+++ PKGBUILD	2021-07-29 19:39:05 UTC (rev 420677)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 license=('custom')
 depends=('libpciaccess')
-makedepends=('valgrind' 'python-docutils' 'meson')
+makedepends=('python-docutils' 'meson')
 checkdepends=('cairo')
 replaces=('libdrm-new' 'libdrm-nouveau')
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
@@ -23,8 +23,7 @@
 
 build() {
   arch-meson $pkgname-$pkgver build \
-    -Dudev=false \
-    -Dvalgrind=false
+    -Dudev=false
   ninja -C build
 }
 



More information about the arch-commits mailing list