aboutsummaryrefslogtreecommitdiffstats
path: root/main/libdrm
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:05:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commite0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (patch)
treea15d3b76abcb70ac379bc2c57cb1b07fbd5d6a2a /main/libdrm
parentde6b3e42f5d56b68d9d65ad71a42c4daa2e176e4 (diff)
downloadaports-e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9.tar.bz2
aports-e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9.tar.xz
main/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'main/libdrm')
-rw-r--r--main/libdrm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libdrm/APKBUILD b/main/libdrm/APKBUILD
index 59e10d3d60..11ca01a798 100644
--- a/main/libdrm/APKBUILD
+++ b/main/libdrm/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libdrm
pkgver=2.4.100
-pkgrel=0
+pkgrel=1
pkgdesc="Userspace interface to kernel DRM services"
url="https://dri.freedesktop.org/"
arch="all"
@@ -21,6 +21,7 @@ build() {
cd "$builddir"/builddir
meson \
-Dprefix=/usr \
+ --buildtype=plain \
-Dfreedreno=true \
-Dtegra=true \
-Detnaviv=true \