diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/evas/src/modules/Makefile.in | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r-- | libraries/evas/src/modules/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/src/modules/Makefile.in b/libraries/evas/src/modules/Makefile.in index 9cd0201..e4f1cbc 100644 --- a/libraries/evas/src/modules/Makefile.in +++ b/libraries/evas/src/modules/Makefile.in | |||
@@ -206,8 +206,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
206 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | 206 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ |
207 | PIXMAN_LIBS = @PIXMAN_LIBS@ | 207 | PIXMAN_LIBS = @PIXMAN_LIBS@ |
208 | PKG_CONFIG = @PKG_CONFIG@ | 208 | PKG_CONFIG = @PKG_CONFIG@ |
209 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
210 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
211 | PNG_CFLAGS = @PNG_CFLAGS@ | 209 | PNG_CFLAGS = @PNG_CFLAGS@ |
212 | PNG_LIBS = @PNG_LIBS@ | 210 | PNG_LIBS = @PNG_LIBS@ |
213 | RANLIB = @RANLIB@ | 211 | RANLIB = @RANLIB@ |
@@ -224,6 +222,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | |||
224 | VALGRIND_LIBS = @VALGRIND_LIBS@ | 222 | VALGRIND_LIBS = @VALGRIND_LIBS@ |
225 | VERSION = @VERSION@ | 223 | VERSION = @VERSION@ |
226 | VMAJ = @VMAJ@ | 224 | VMAJ = @VMAJ@ |
225 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | ||
226 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | ||
227 | WIN32_CFLAGS = @WIN32_CFLAGS@ | 227 | WIN32_CFLAGS = @WIN32_CFLAGS@ |
228 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | 228 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ |
229 | XCB_CFLAGS = @XCB_CFLAGS@ | 229 | XCB_CFLAGS = @XCB_CFLAGS@ |
@@ -305,6 +305,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | |||
305 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | 305 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ |
306 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | 306 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ |
307 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ | 307 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ |
308 | evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@ | ||
309 | evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@ | ||
310 | evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@ | ||
311 | evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@ | ||
308 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ | 312 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ |
309 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ | 313 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ |
310 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ | 314 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ |