Mercurial > MadButterfly
changeset 387:433fa83d16f9
Corrected build dependence - able to build in Ubuntu Intrepid
Removed '#include "menu.h"' from example code which is not needed
author | Ben Lau <xbenlau@gmail.com> |
---|---|
date | Fri, 10 Apr 2009 16:04:05 +0800 |
parents | 12464f1138ae |
children | 6e7909960f31 |
files | autogen.sh debian/changelog debian/control examples/dynamic/hello.c examples/dynamic/main.c examples/dynamic/text.c |
diffstat | 6 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Fri Apr 10 03:14:49 2009 +0800 +++ b/autogen.sh Fri Apr 10 16:04:05 2009 +0800 @@ -3,5 +3,5 @@ aclocal autoheader libtoolize --automake --copy -automake --add-missing --foreign +automake --add-missing --copy autoconf
--- a/debian/changelog Fri Apr 10 03:14:49 2009 +0800 +++ b/debian/changelog Fri Apr 10 16:04:05 2009 +0800 @@ -1,4 +1,4 @@ -madbutterfly (0.0-1) intrepid; urgency=low +madbutterfly (0.0-3) intrepid; urgency=low * Initial release
--- a/debian/control Fri Apr 10 03:14:49 2009 +0800 +++ b/debian/control Fri Apr 10 16:04:05 2009 +0800 @@ -2,7 +2,7 @@ Section: devel Priority: extra Maintainer: Ben Lau <benlau@visionware.com.hk> -Build-Depends: debhelper (>= 5),cdbs , mozilla-devscripts +Build-Depends: debhelper (>= 5),cdbs , mozilla-devscripts,libcairo2-dev , libpango1.0-dev,zip Standards-Version: 3.7.3 Homepage: http://www.assembla.com/spaces/MadButterfly
--- a/examples/dynamic/hello.c Fri Apr 10 03:14:49 2009 +0800 +++ b/examples/dynamic/hello.c Fri Apr 10 16:04:05 2009 +0800 @@ -7,7 +7,7 @@ #include <stdio.h> #include <mb.h> #include <string.h> -#include "menu.h" +//#include "menu.h" #include "mbapp.h"