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

13 lines
190 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < rootless_modesetting.patch
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install