fix maemo build
authornotaz <notasas@gmail.com>
Sat, 29 Oct 2011 15:45:11 +0000 (18:45 +0300)
committernotaz <notasas@gmail.com>
Sun, 30 Oct 2011 21:48:09 +0000 (23:48 +0200)
Makefile.maemo
maemo/hildon.c

index 4e1b577..0c2e49f 100644 (file)
@@ -2,6 +2,7 @@ USE_GTK=1
 USE_ALSA=1
 USE_OSS=0
 PLATFORM=generic
+NO_TSLIB=1
 
 export MAEMO=1
 LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse)
index ba035d1..26679ed 100644 (file)
@@ -198,3 +198,8 @@ void menu_notify_mode_change(int w, int h, int bpp)
 {
 }
 
+void *plat_prepare_screenshot(int *w, int *h, int *bpp)
+{
+       return NULL;
+}
+