diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index c5aad61647..45137dd386 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -25,6 +25,8 @@ }, 'cflags_cc': [ '<@(glfw3_cflags)', + '<@(png_cflags)', + '<@(jpeg_cflags)', '-I<(boost_root)/include', ], 'variables': { |