changeset 800:6d6b3410c722

graphics/mesa: fix build
author David Demelier <markand@malikania.fr>
date Thu, 15 Aug 2019 08:59:45 +0200
parents f64e3c84b3ae
children bf12f73fedf3
files graphics/mesa/mesa.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graphics/mesa/mesa.sh	Thu Aug 15 08:59:54 2019 +0200
+++ b/graphics/mesa/mesa.sh	Thu Aug 15 08:59:45 2019 +0200
@@ -120,7 +120,7 @@
 	meson . build \
 		--prefix / \
 		--buildtype release \
-		--default-library shared
+		--default-library shared \
 		-D libdir=lib \
 		-D bpm=true \
 		-D platforms="$with_platforms" \