repo/xorg/mesa/build
2019-06-27 21:20:52 +03:00

13 lines
216 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
--with-platforms=x11,drm
make
make DESTDIR="$1" install