[maemo-commits] [maemo-commits] r11375 - projects/haf/trunk/hildon-desktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 30 11:32:35 EEST 2007
- Previous message: [maemo-commits] r11374 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r11376 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-04-30 11:32:32 +0300 (Mon, 30 Apr 2007) New Revision: 11375 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac Log: 2007-04-27 Johan Bilien <johan.bilien at nokia.com> * configure.ac: - fixed detection of libxcomposite and libxdamage Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-30 08:21:54 UTC (rev 11374) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-30 08:32:32 UTC (rev 11375) @@ -1,5 +1,10 @@ 2007-04-27 Johan Bilien <johan.bilien at nokia.com> + * configure.ac: + - fixed detection of libxcomposite and libxdamage + +2007-04-27 Johan Bilien <johan.bilien at nokia.com> + * src/hd-home-window.c: - new menu layout Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-04-30 08:21:54 UTC (rev 11374) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-04-30 08:32:32 UTC (rev 11375) @@ -177,9 +177,8 @@ AC_SUBST(XCOMPOSITE_LIBS) AC_SUBST(XCOMPOSITE_CFLAGS) -if ["x${has_composite}"="xyes" -a "x${has_damage}"="xyes"] +if test "x${has_composite}" = "xyes" -a "x${has_damage}" = "xyes" then - echo "${has_composite} ${has_damage}" AC_DEFINE(HAVE_X_COMPOSITE, [], [Whether libxcomposite is present on the system]) fi
- Previous message: [maemo-commits] r11374 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r11376 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]