aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.maemo1
-rw-r--r--maemo/hildon.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.maemo b/Makefile.maemo
index 4e1b577..0c2e49f 100644
--- a/Makefile.maemo
+++ b/Makefile.maemo
@@ -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)
diff --git a/maemo/hildon.c b/maemo/hildon.c
index ba035d1..26679ed 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -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;
+}
+