[maemo-commits] [maemo-commits] r11307 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 25 16:44:26 EEST 2007
- Previous message: [maemo-commits] r11306 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11308 - in projects/haf/trunk/hail: . hail/hail-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-04-25 16:44:25 +0300 (Wed, 25 Apr 2007) New Revision: 11307 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/README projects/haf/trunk/hildon-1/configure.ac projects/haf/trunk/hildon-1/src/hildon-helper.h Log: Small fix to make the package actually compile. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-04-25 13:30:05 UTC (rev 11306) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-04-25 13:44:25 UTC (rev 11307) @@ -1,3 +1,9 @@ +2007-04-25 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * README: + * configure.ac: + * src/hildon-helper.h: Small fix to make the package actually compile. + 2007-04-25 Xan Lopez <xan.lopez at nokia.com> * src/hildon-bread-crumb-trail.h: Modified: projects/haf/trunk/hildon-1/README =================================================================== --- projects/haf/trunk/hildon-1/README 2007-04-25 13:30:05 UTC (rev 11306) +++ projects/haf/trunk/hildon-1/README 2007-04-25 13:44:25 UTC (rev 11307) @@ -0,0 +1 @@ +Please define ENABLE_UNSTABLE_API to use the unstable api header parts. Modified: projects/haf/trunk/hildon-1/configure.ac =================================================================== --- projects/haf/trunk/hildon-1/configure.ac 2007-04-25 13:30:05 UTC (rev 11306) +++ projects/haf/trunk/hildon-1/configure.ac 2007-04-25 13:44:25 UTC (rev 11307) @@ -142,7 +142,7 @@ # -Wno-format due to way translation string are done ### enable MAEMO platform extensions -CFLAGS="$CFLAGS -DMAEMO_CHANGES" +CFLAGS="$CFLAGS -DMAEMO_CHANGES -DENABLE_UNSTABLE_API" # HILDON_OBJ_* # default vars for the examples Modified: projects/haf/trunk/hildon-1/src/hildon-helper.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-helper.h 2007-04-25 13:30:05 UTC (rev 11306) +++ projects/haf/trunk/hildon-1/src/hildon-helper.h 2007-04-25 13:44:25 UTC (rev 11307) @@ -22,6 +22,8 @@ * */ +#ifdef ENABLE_UNSTABLE_API + #ifndef __HILDON_HELPER_H__ #define __HILDON_HELPER_H__ @@ -59,4 +61,6 @@ G_END_DECLS -#endif /* HILDON_HELPER_H */ +#endif /* __HILDON_HELPER_H__ */ + +#endif /* ENABLE_UNSTABLE_API */
- Previous message: [maemo-commits] r11306 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11308 - in projects/haf/trunk/hail: . hail/hail-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]