From 88d6397dd897815ccac8091bf7921f05ffa0b88e Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 29 Oct 2011 18:45:11 +0300 Subject: [PATCH] fix maemo build --- Makefile.maemo | 1 + maemo/hildon.c | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Makefile.maemo b/Makefile.maemo index 4e1b5770..0c2e49f3 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 ba035d17..26679ed3 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; +} + -- 2.39.2