summaryrefslogtreecommitdiff
path: root/repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild')
-rw-r--r--repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild b/repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild
index 89b8e80..9f67364 100644
--- a/repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild
+++ b/repo/xf86-video-amdgpu/xf86-video-amdgpu.xibuild
@@ -9,7 +9,7 @@ PKG_VER=21.0.0
SOURCE=https://www.x.org/pub/individual/driver/xf86-video-amdgpu-$PKG_VER.tar.bz2
build () {
- ./configure $XORG_CONFIG
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
}