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/engines/psl1ght | |
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 'libraries/evas/src/modules/engines/psl1ght')
-rw-r--r-- | libraries/evas/src/modules/engines/psl1ght/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/src/modules/engines/psl1ght/Makefile.in b/libraries/evas/src/modules/engines/psl1ght/Makefile.in index 6b553ac..f8524a4 100644 --- a/libraries/evas/src/modules/engines/psl1ght/Makefile.in +++ b/libraries/evas/src/modules/engines/psl1ght/Makefile.in | |||
@@ -240,8 +240,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
240 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | 240 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ |
241 | PIXMAN_LIBS = @PIXMAN_LIBS@ | 241 | PIXMAN_LIBS = @PIXMAN_LIBS@ |
242 | PKG_CONFIG = @PKG_CONFIG@ | 242 | PKG_CONFIG = @PKG_CONFIG@ |
243 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
244 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
245 | PNG_CFLAGS = @PNG_CFLAGS@ | 243 | PNG_CFLAGS = @PNG_CFLAGS@ |
246 | PNG_LIBS = @PNG_LIBS@ | 244 | PNG_LIBS = @PNG_LIBS@ |
247 | RANLIB = @RANLIB@ | 245 | RANLIB = @RANLIB@ |
@@ -258,6 +256,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | |||
258 | VALGRIND_LIBS = @VALGRIND_LIBS@ | 256 | VALGRIND_LIBS = @VALGRIND_LIBS@ |
259 | VERSION = @VERSION@ | 257 | VERSION = @VERSION@ |
260 | VMAJ = @VMAJ@ | 258 | VMAJ = @VMAJ@ |
259 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | ||
260 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | ||
261 | WIN32_CFLAGS = @WIN32_CFLAGS@ | 261 | WIN32_CFLAGS = @WIN32_CFLAGS@ |
262 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | 262 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ |
263 | XCB_CFLAGS = @XCB_CFLAGS@ | 263 | XCB_CFLAGS = @XCB_CFLAGS@ |
@@ -339,6 +339,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | |||
339 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | 339 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ |
340 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | 340 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ |
341 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ | 341 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ |
342 | evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@ | ||
343 | evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@ | ||
344 | evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@ | ||
345 | evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@ | ||
342 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ | 346 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ |
343 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ | 347 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ |
344 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ | 348 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ |