Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto

Dir     : e17/proto/etk


Modified Files:
        configure.in 


Log Message:

Fb engine:
=========
+ addition of a fb engine, isnt working correctly, but it now exists.
Widgets
=======
+ etk_menu_bar: still needs ecore_x to work, disabled for now.



===================================================================
RCS file: /cvs/e/e17/proto/etk/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        30 Jul 2006 21:09:31 -0000      1.17
+++ configure.in        31 Jul 2006 23:23:11 -0000      1.18
@@ -193,36 +193,40 @@
 
 if test "x${have_ecore_x}" = 'xyes'; then
 AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, true)
+else
+AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, false)
 fi
 
 #####################################################################
-## Ecore_FB
-## have_ecore_fb="no"
-## save_CPPFLAGS=$CPPFLAGS
-## CPPFLAGS="$CPPFLAGS $ECORE_CFLAGS"
-## save_LDFLAGS=$LDFLAGS
-## LDFLAGS="$LDFLAGS $ECORE_LIBS"
-## AC_CHECK_HEADER(Ecore_Fb.h,
-##   [AC_CHECK_LIB(ecore_fb,
-##       ecore_fb_init,
-##       [AC_DEFINE(HAVE_ECORE_FB,
-##                  1,
-##                  [Define to 1 if you have the Ecore_FB headers and 
libraries])
-##       have_ecore_fb="yes"],
-##       [AC_DEFINE(HAVE_ECORE_FB,
-##                  0,
-##          [Define to 1 if you have the Ecore_FB headers and libraries])])],
-##      
-##   [AC_DEFINE(HAVE_ECORE_FB,
-##       0,
-##       [Define to 1 if you have the Ecore_X headers and libraries])]
-## )
-## CPPFLAGS=$save_CPPFLAGS
-## LDFLAGS=$save_LDFLAGS
-## 
-## if test "x${have_ecore_fb}" = 'xyes'; then
-## AM_CONDITIONAL(BUILD_ENGINE_E_FB, true)
-## fi
+Ecore_FB
+have_ecore_fb="no"
+save_CPPFLAGS=$CPPFLAGS
+CPPFLAGS="$CPPFLAGS $ECORE_CFLAGS"
+save_LDFLAGS=$LDFLAGS
+LDFLAGS="$LDFLAGS $ECORE_LIBS"
+AC_CHECK_HEADER(Ecore_Fb.h,
+  [AC_CHECK_LIB(ecore_fb,
+      ecore_fb_init,
+      [AC_DEFINE(HAVE_ECORE_FB,
+                 1,
+                 [Define to 1 if you have the Ecore_FB headers and libraries])
+      have_ecore_fb="yes"],
+      [AC_DEFINE(HAVE_ECORE_FB,
+                 0,
+         [Define to 1 if you have the Ecore_FB headers and libraries])])],
+        
+  [AC_DEFINE(HAVE_ECORE_FB,
+      0,
+      [Define to 1 if you have the Ecore_FB headers and libraries])]
+)
+CPPFLAGS=$save_CPPFLAGS
+LDFLAGS=$save_LDFLAGS
+
+if test "x${have_ecore_fb}" = 'xyes'; then
+AM_CONDITIONAL(BUILD_ENGINE_E_FB, true)
+else
+AM_CONDITIONAL(BUILD_ENGINE_E_FB, false)
+fi
 
 #####################################################################
 ## Gettext
@@ -254,6 +258,7 @@
 src/engines/ecore_evas/Makefile
 src/engines/ecore_evas_x11/Makefile
 src/engines/ecore_evas_software_x11/Makefile
+src/engines/ecore_fb/Makefile
 src/bin/Makefile
 data/Makefile
 data/themes/Makefile



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to