[maemo-commits] [maemo-commits] r10389 - projects/haf/branches/maemo-af-desktop/python-hildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 6 09:55:54 EET 2007
- Previous message: [maemo-commits] r10388 - projects/haf/branches/gtk+/maemo-gtk-2-10/debian
- Next message: [maemo-commits] r10390 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-03-06 09:55:53 +0200 (Tue, 06 Mar 2007) New Revision: 10389 Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac Log: 2007-03-05 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: remove unused libhildonwm dependency. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-06 07:37:50 UTC (rev 10388) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-06 07:55:53 UTC (rev 10389) @@ -1,3 +1,7 @@ +2007-03-05 Lucas Rocha <lucas.rocha at nokia.com> + + * configure.ac: remove unused libhildonwm dependency. + 2007-03-02 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: build dependency fixes. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac 2007-03-06 07:37:50 UTC (rev 10388) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac 2007-03-06 07:55:53 UTC (rev 10389) @@ -30,19 +30,12 @@ AC_SUBST(LIBHILDONDESKTOP_LIBS) AC_SUBST(LIBHILDONDESKTOP_CFLAGS) -PKG_CHECK_MODULES(LIBHILDONWM, libhildonwm) -AC_SUBST(LIBHILDONWM_LIBS) -AC_SUBST(LIBHILDONWM_CFLAGS) - PKG_CHECK_MODULES(HILDONDESKTOP, hildon-desktop) AC_SUBST(HILDONDESKTOP_CFLAGS) hildondesktopincludedir=`pkg-config libhildondesktop --variable=includedir` AC_SUBST(hildondesktopincludedir) -hildonwmincludedir=`pkg-config libhildonwm --variable=includedir` -AC_SUBST(hildonwmincludedir) - hildonpluginloaderlibdir=`pkg-config hildon-desktop --variable=hildonpluginloaderlibdir` AC_SUBST(hildonpluginloaderlibdir)
- Previous message: [maemo-commits] r10388 - projects/haf/branches/gtk+/maemo-gtk-2-10/debian
- Next message: [maemo-commits] r10390 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]