diff options
Diffstat (limited to 'libraries/evas/src/modules/engines/software_16_x11/Makefile.in')
-rw-r--r-- | libraries/evas/src/modules/engines/software_16_x11/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/src/modules/engines/software_16_x11/Makefile.in b/libraries/evas/src/modules/engines/software_16_x11/Makefile.in index be43dad..3232681 100644 --- a/libraries/evas/src/modules/engines/software_16_x11/Makefile.in +++ b/libraries/evas/src/modules/engines/software_16_x11/Makefile.in | |||
@@ -244,8 +244,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
244 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | 244 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ |
245 | PIXMAN_LIBS = @PIXMAN_LIBS@ | 245 | PIXMAN_LIBS = @PIXMAN_LIBS@ |
246 | PKG_CONFIG = @PKG_CONFIG@ | 246 | PKG_CONFIG = @PKG_CONFIG@ |
247 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
248 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
249 | PNG_CFLAGS = @PNG_CFLAGS@ | 247 | PNG_CFLAGS = @PNG_CFLAGS@ |
250 | PNG_LIBS = @PNG_LIBS@ | 248 | PNG_LIBS = @PNG_LIBS@ |
251 | RANLIB = @RANLIB@ | 249 | RANLIB = @RANLIB@ |
@@ -262,6 +260,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | |||
262 | VALGRIND_LIBS = @VALGRIND_LIBS@ | 260 | VALGRIND_LIBS = @VALGRIND_LIBS@ |
263 | VERSION = @VERSION@ | 261 | VERSION = @VERSION@ |
264 | VMAJ = @VMAJ@ | 262 | VMAJ = @VMAJ@ |
263 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | ||
264 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | ||
265 | WIN32_CFLAGS = @WIN32_CFLAGS@ | 265 | WIN32_CFLAGS = @WIN32_CFLAGS@ |
266 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | 266 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ |
267 | XCB_CFLAGS = @XCB_CFLAGS@ | 267 | XCB_CFLAGS = @XCB_CFLAGS@ |
@@ -343,6 +343,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | |||
343 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | 343 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ |
344 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | 344 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ |
345 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ | 345 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ |
346 | evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@ | ||
347 | evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@ | ||
348 | evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@ | ||
349 | evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@ | ||
346 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ | 350 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ |
347 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ | 351 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ |
348 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ | 352 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ |