repo/xorg/xf86-video-intel/build

14 lines
178 B
Plaintext
Raw Normal View History

#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
autoreconf -i
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-default-dri=3
make
make DESTDIR="$1" install