comparison graphics/mesa/mesa.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 04ed9ecf47d4
children 705beca72ba0
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
77 CFLAGS="$CFLAGS" \ 77 CFLAGS="$CFLAGS" \
78 CXX="$CXX" \ 78 CXX="$CXX" \
79 CXXFLAGS="$CXXFLAGS" \ 79 CXXFLAGS="$CXXFLAGS" \
80 LDFLAGS="$LDFLAGS" \ 80 LDFLAGS="$LDFLAGS" \
81 meson \ 81 meson \
82 --prefix /usr \ 82 --prefix / \
83 --buildtype release \ 83 --buildtype release \
84 --default-library shared \ 84 --default-library shared \
85 -D egl=true \ 85 -D egl=true \
86 -D bpm=true \ 86 -D bpm=true \
87 -D platforms=$with_platforms \ 87 -D platforms=$with_platforms \