aboutsummaryrefslogtreecommitdiff
path: root/xorg/xf86-video-intel/build
blob: d0c7c0bd5eeab900ded459fe5aada53235648fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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