Fix building gl_xlib as a static module

SVN revision: 61164
This commit is contained in:
Iván Briano 2011-07-09 01:47:01 +00:00
parent 0e0ab628c7
commit 541012930b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ SUBDIRS += \
../modules/engines/gl_x11
EVAS_STATIC_MODULE += \
../modules/engines/gl_x11/libevas_engine_gl_x11.la
EVAS_STATIC_LIBADD += @evas_engine_gl_common_libs@ @evas_engine_gl_x11_libs@
EVAS_STATIC_LIBADD += @evas_engine_gl_common_libs@ @evas_engine_gl_xlib_libs@
endif
if EVAS_STATIC_BUILD_GL_SDL
SUBDIRS += \

View File

@ -3043,7 +3043,7 @@ static Evas_Module_Api evas_modapi =
EVAS_MODULE_DEFINE(EVAS_MODULE_TYPE_ENGINE, engine, gl_x11);
#ifndef EVAS_STATIC_BUILD_GL_X11
#ifndef EVAS_STATIC_BUILD_GL_XLIB
EVAS_EINA_MODULE_DEFINE(engine, gl_x11);
#endif