Enlightenment CVS committal Author : devilhorns Project : e17 Module : libs/e_dbus
Dir : e17/libs/e_dbus Modified Files: configure.in Log Message: Make building the e_dbus test gui optional. E apparently depends on e_dbus but should not "depend" on ewl as it is used nowhere else. =================================================================== RCS file: /cvs/e/e17/libs/e_dbus/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- configure.in 13 Nov 2007 07:13:51 -0000 1.5 +++ configure.in 5 Dec 2007 01:01:48 -0000 1.6 @@ -30,13 +30,17 @@ ecore >= 0.9.9 ]) -PKG_CHECK_MODULES([HAL_TEST_GUI], [ - ewl - efreet -], -# temporarily disable until update to newer tree2 api -[AC_DEFINE([EWL_GUI], 0, [An ewl gui for e_dbus_hal])], -[AC_DEFINE([EWL_GUI], 0, [An ewl gui for e_dbus_hal])] +AC_ARG_ENABLE(build-test-gui, + AS_HELP_STRING([--build-test-gui], [Build with gui for testing]), + [ PKG_CHECK_MODULES([HAL_TEST_GUI], [ + ewl + efreet + ], + # temporarily disable until update to newer tree2 api + [AC_DEFINE([EWL_GUI], 0, [An ewl gui for e_dbus_hal])], + [AC_DEFINE([EWL_GUI], 0, [An ewl gui for e_dbus_hal])] + ) + ] ) AC_OUTPUT([ ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs