summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-05-31 12:10:16 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-05-31 12:10:16 +0200
commita7723f57b3422e71f21d5e91981ebbc8365d6b7b (patch)
tree4c1d689eb91fad73d425ddc14f9c4f3525169176
parentbb58ddaea8c2d9da9551601318944d9d143ee247 (diff)
downloadqtlocation-mapboxgl-a7723f57b3422e71f21d5e91981ebbc8365d6b7b.tar.gz
[linux] don't link libgbm to EGL builds
-rw-r--r--platform/linux/config.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index 47c4c68806..88ff50b937 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -32,7 +32,6 @@ macro(mbgl_platform_core)
target_link_libraries(mbgl-core
PUBLIC -lGLESv2
PUBLIC -lEGL
- PUBLIC -lgbm
)
else()
target_sources(mbgl-core