[maemo-commits] [maemo-commits] r18528 - projects/haf/trunk/libmatchbox2
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu May 28 16:58:50 EEST 2009
- Previous message: [maemo-commits] r18527 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Next message: [maemo-commits] r18529 - in projects/haf/trunk/clutter0.8: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-05-28 16:58:49 +0300 (Thu, 28 May 2009) New Revision: 18528 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/configure.ac Log: * configure.ac: Remove -O0 flag from compilation options, it is set from debian/rules when needed. Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-05-28 13:45:22 UTC (rev 18527) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-05-28 13:58:49 UTC (rev 18528) @@ -1,5 +1,8 @@ 2009-05-28 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + * configure.ac: Remove -O0 flag from compilation options, it is set + from debian/rules when needed. + * matchbox/core/mb-window-manager.[ch] (mb_wm_unredirect_client, mb_wm_setup_redirection): New functions for offscreen redirection manipulation. Modified: projects/haf/trunk/libmatchbox2/configure.ac =================================================================== --- projects/haf/trunk/libmatchbox2/configure.ac 2009-05-28 13:45:22 UTC (rev 18527) +++ projects/haf/trunk/libmatchbox2/configure.ac 2009-05-28 13:58:49 UTC (rev 18528) @@ -291,8 +291,8 @@ MBWM_THEME_BUILDDIR='$(top_builddir)/matchbox/theme-engines' MBWM_COMPMGR_BUILDDIR='$(top_builddir)/matchbox/comp-mgr' # -Wall should be turned on later -MBWM_CFLAGS="$MBWM_CFLAGS $MBWM_DEBUG_CFLAGS $XFIXES_CFLAGS $XEXT_CFLAGS $XCURSOR_CFLAGS -g -O0 -Werror" -MBWM_LIBS="$MBWM_LIBS $XFIXES_LIBS $XEXT_LIBS $XCURSOR_LIBS $MBWM_EXTRA_LIBS -O0" +MBWM_CFLAGS="$MBWM_CFLAGS $MBWM_DEBUG_CFLAGS $XFIXES_CFLAGS $XEXT_CFLAGS $XCURSOR_CFLAGS -g -Werror" +MBWM_LIBS="$MBWM_LIBS $XFIXES_LIBS $XEXT_LIBS $XCURSOR_LIBS $MBWM_EXTRA_LIBS" AC_SUBST([MBWM_CFLAGS]) AC_SUBST([MBWM_LIBS])
- Previous message: [maemo-commits] r18527 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Next message: [maemo-commits] r18529 - in projects/haf/trunk/clutter0.8: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]