summaryrefslogtreecommitdiffstats
path: root/txt/pkgbuild-example
diff options
context:
space:
mode:
Diffstat (limited to 'txt/pkgbuild-example')
-rw-r--r--txt/pkgbuild-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/txt/pkgbuild-example b/txt/pkgbuild-example
index 44a5857..b43ebbc 100644
--- a/txt/pkgbuild-example
+++ b/txt/pkgbuild-example
@@ -2,11 +2,11 @@ pkgbase=mesa
pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=19.3.1
+license=('custom')
(...)
build() {
arch-meson mesa-$pkgver build \
- -D b_lto=false \
-D platforms=x11,wayland,drm,surfaceless \
-D dri-drivers=i915,i965,r100,r200,nouveau \
(...)