Author: tack
Date: Tue May  2 17:52:59 2006
New Revision: 1530

Modified:
   trunk/display/src/fb.c

Log:
Use ENABLE_ENGINE_FB instead of USE_EVAS when building fb module to fix
compile error when user has evas but evas doesn't have fb engine.


Modified: trunk/display/src/fb.c
==============================================================================
--- trunk/display/src/fb.c      (original)
+++ trunk/display/src/fb.c      Tue May  2 17:52:59 2006
@@ -284,7 +284,7 @@
     { "size", (PyCFunction) fb_size, METH_VARARGS },
     { "depth", (PyCFunction) fb_depth, METH_VARARGS },
     { "info", (PyCFunction) fb_info, METH_VARARGS },
-#ifdef USE_EVAS
+#ifdef ENABLE_ENGINE_FB
     { "new_evas_fb", (PyCFunction) new_evas_fb, METH_VARARGS | METH_KEYWORDS },
 #endif
     { NULL }
@@ -318,7 +318,7 @@
     imlib_image_from_pyobject = imlib2_api_ptrs[0];
     Image_PyObject_Type = imlib2_api_ptrs[1];
 
-#ifdef USE_EVAS
+#ifdef ENABLE_ENGINE_FB
     // Import kaa-evas's C api
     evas_api_ptrs = get_module_api("kaa.evas._evas");
     if (evas_api_ptrs == NULL)


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to