Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk


Modified Files:
        configure.in 


Log Message:
* Add a FB engine for ETK. It's disabled in the configure.in for now 
because it uses for now Ecore_LI which is not on the CVS (should be 
merged with Ecore_FB). The engine is far from being complete
* Fix a bug with etk_embed widgets that have menu bars or combobox.


===================================================================
RCS file: /cvs/e/e17/proto/etk/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        27 Jul 2006 01:26:17 -0000      1.16
+++ configure.in        30 Jul 2006 21:09:31 -0000      1.17
@@ -196,6 +196,35 @@
 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
+
+#####################################################################
 ## Gettext
 ALL_LINGUAS="fr"
 AC_SUBST(ALL_LINGUAS)
@@ -230,6 +259,7 @@
 data/themes/Makefile
 data/themes/default/Makefile
 data/themes/default/widgets/Makefile
+data/themes/default/wm/Makefile
 data/themes/default/fonts/Makefile
 data/themes/default/images/Makefile
 data/themes/default/macros/Makefile
@@ -268,6 +298,7 @@
 data/icons/default/icons/48x48/places/Makefile
 data/icons/default/icons/48x48/status/Makefile
 data/icons/default/Makefile
+data/pointers/Makefile
 po/Makefile
 intl/Makefile
 etk-config
@@ -290,6 +321,7 @@
 echo "Configuration Options Summary:"
 echo
 echo "  Ecore Evas Software X11 Engine..............: $have_ecore_x"
+echo "  Ecore FB Engine.............................: $have_ecore_fb"
 echo
 echo "Installation Path.........: $prefix"
 echo



-------------------------------------------------------------------------
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