summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-03 01:59:24 +0200
committerJesse Bounds <jesse@rebounds.net>2016-11-13 16:10:36 -0800
commit5dcf7ca18ef1cfdf3f91afd08da73e317eeda67a (patch)
tree01162cbd73d0afb0cbe3b8a62cff24e81ff172e4 /Makefile
parent870d432f34cee2fff2c0b06ddf6d9ac330253cd9 (diff)
downloadqtlocation-mapboxgl-5dcf7ca18ef1cfdf3f91afd08da73e317eeda67a.tar.gz
[linux] Added OSMesa headless backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1415d4f070..29acc367f4 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,8 @@ $(LINUX_BUILD): $(BUILD_DEPS)
-DCMAKE_BUILD_TYPE=$(BUILDTYPE) \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DWITH_CXX11ABI=$(shell scripts/check-cxx11abi.sh) \
- -DWITH_COVERAGE=${WITH_COVERAGE})
+ -DWITH_COVERAGE=${WITH_COVERAGE} \
+ -DWITH_OSMESA=${WITH_OSMESA})
.PHONY: linux
linux: glfw-app render offline