summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-11 12:53:07 -0500
committerVincent Grande2021-01-11 12:53:07 -0500
commit26c3b6a83d3206b5943809b57abb3bd084a2b224 (patch)
tree1e1f05445af9f435bb135cfeee5c46f7ce959e70
parent5b1aef0a29d52bb47db8dbc845a6b94955a08adc (diff)
downloadaur-26c3b6a83d3206b5943809b57abb3bd084a2b224.tar.gz
more build tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c193cb1f854b..b76b8d7452fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = libdrm-minimal-git
provides = libdrm
provides = libdrm-git
conflicts = libdrm
- source = libdrm::git://anongit.freedesktop.org/mesa/drm#branch=master
+ source = git+https://gitlab.freedesktop.org/mesa/drm.git
source = COPYING
sha512sums = SKIP
sha512sums = b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660
diff --git a/PKGBUILD b/PKGBUILD
index 113edd35b8b4..dd527dd15b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ url="http://dri.freedesktop.org/"
provides=('libdrm' 'libdrm-git')
conflicts=('libdrm')
-source=('libdrm::git://anongit.freedesktop.org/mesa/drm#branch=master'
+source=("git+https://gitlab.freedesktop.org/mesa/drm.git"
COPYING)
sha512sums=('SKIP'
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
@@ -44,9 +44,13 @@ build() {
-D vc4=false \
-D vmwgfx=false \
-D radeon=false \
+ -D intel=false \
+ -D nouveau=false \
-D man-pages=false
meson configure _build
ninja $NINJAFLAGS -C _build
+
+# EDIT BUILD OPTIONS TO MATCH YOUR CARDS API. DEFAULTS TO AMDGPU
}
#check() {