From: sachiel Date: Sat, 9 Jul 2011 01:47:01 +0000 (+0000) Subject: Fix building gl_xlib as a static module X-Git-Tag: 2.0_alpha~240^2~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11a2ce2bb9e9dcd79567d7c7405bcdc0320c7a04;p=framework%2Fuifw%2Fevas.git Fix building gl_xlib as a static module git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61164 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 441d288..6f84866 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 += \ diff --git a/src/modules/engines/gl_x11/evas_engine.c b/src/modules/engines/gl_x11/evas_engine.c index 253a196..ab0b475 100644 --- a/src/modules/engines/gl_x11/evas_engine.c +++ b/src/modules/engines/gl_x11/evas_engine.c @@ -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