summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-12-19 16:31:09 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-12-19 16:31:09 +0900
commit9aa731ac28468e9b5a325bef152a530240bfe876 (patch)
treed1dc08672a6526e68c3a4ce27edc92ea7282bfab
parentea63f487d33c2371b502dd5e3f31d045acde627e (diff)
downloadefl-devs/jpeg/osx.tar.gz
osx: Fix builddevs/jpeg/osx
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c399877c59..86da32ff72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2775,6 +2775,7 @@ if test "x${have_darwin}" = "xyes"; then
if test "x${have_evas_engine_gl_cocoa}" = "xyes"; then
# If gl_cocoa is enabled, Apple's Core OpenGL (CGL) should be the default OpenGL.
# CFLAGS and LIBS are determined by evas-gl_cocoa.
+ evas_engine_gl_cocoa_libs = "-levas"
evas_engine_gl_common_libs="${evas_engine_gl_cocoa_libs}"
evas_engine_gl_common_cflags="${evas_engine_gl_cocoa_cflags}"
else