comparison graphics/mesa/mesa.sh @ 800:6d6b3410c722

graphics/mesa: fix build
author David Demelier <markand@malikania.fr>
date Thu, 15 Aug 2019 08:59:45 +0200
parents c4c953d0af41
children a133976e0783
comparison
equal deleted inserted replaced
799:f64e3c84b3ae 800:6d6b3410c722
118 CXXFLAGS="$CXXFLAGS" \ 118 CXXFLAGS="$CXXFLAGS" \
119 LDFLAGS="$LDFLAGS" \ 119 LDFLAGS="$LDFLAGS" \
120 meson . build \ 120 meson . build \
121 --prefix / \ 121 --prefix / \
122 --buildtype release \ 122 --buildtype release \
123 --default-library shared 123 --default-library shared \
124 -D libdir=lib \ 124 -D libdir=lib \
125 -D bpm=true \ 125 -D bpm=true \
126 -D platforms="$with_platforms" \ 126 -D platforms="$with_platforms" \
127 -D dri-drivers="$with_dri_drivers" \ 127 -D dri-drivers="$with_dri_drivers" \
128 -D gallium-drivers="$with_gallium_drivers" \ 128 -D gallium-drivers="$with_gallium_drivers" \