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

Brett Cornwall ainola at gemini.archlinux.org
Sun Jan 23 15:31:16 UTC 2022


    Date: Sunday, January 23, 2022 @ 15:31:15
  Author: ainola
Revision: 1113622

Explicitly enable man-pages and opencl

Modified:
  wf-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 15:27:46 UTC (rev 1113621)
+++ PKGBUILD	2022-01-23 15:31:15 UTC (rev 1113622)
@@ -32,6 +32,8 @@
 
 build() {
 	meson "$pkgname-$pkgver" build \
+		-Dman-pages=enabled \
+		-Dopencl=enabled \
 		--prefix=/usr \
 		--buildtype=plain
 	ninja -C build



More information about the arch-commits mailing list