2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/xorg/xf86-video-amdgpu/build

13 lines
190 B
Plaintext
Raw Normal View History

2019-09-11 04:02:27 +00:00
#!/bin/sh -e
patch -p1 < rootless_modesetting.patch
2020-02-11 18:41:15 +00:00
2020-03-14 08:09:36 +00:00
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
2019-09-11 04:02:27 +00:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install