diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-07-29 11:21:55 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-08-04 14:08:20 +0200 |
commit | b44fe1c7af889089a640097583add8cd90e9330a (patch) | |
tree | 954550f0ea1e11eef3c1f7b7af73ea2abf493aac /linux | |
parent | da4c62087d9b46eef8ffcfb4403c74be8da8b417 (diff) | |
download | qtlocation-mapboxgl-b44fe1c7af889089a640097583add8cd90e9330a.tar.gz |
use OpenGL and Boost for the linux app
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gypi b/linux/mapboxgl-app.gypi index 3d43da3847..379bd4ad59 100644 --- a/linux/mapboxgl-app.gypi +++ b/linux/mapboxgl-app.gypi @@ -29,6 +29,7 @@ 'variables' : { 'cflags_cc': [ + '<@(opengl_cflags)', '<@(boost_cflags)', '<@(glfw3_cflags)', ], |