From: Jun Tian Date: Thu, 19 Jul 2012 08:30:12 +0000 (+0800) Subject: [Title] Fix keyboard build issue on Mac X-Git-Tag: TizenStudio_2.0_p2.3~1402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d073a9ade6e3cd7ee694c6b08a4d4c135dcc72b;p=sdk%2Femulator%2Fqemu.git [Title] Fix keyboard build issue on Mac [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/ui/sdl.c b/ui/sdl.c index 8cafc44..79dc470 100644 --- a/ui/sdl.c +++ b/ui/sdl.c @@ -256,7 +256,7 @@ static uint8_t sdl_keyevent_to_keycode(const SDL_KeyboardEvent *ev) #else -#if defined(SDL_VIDEO_DRIVER_X11) +#if (defined(SDL_VIDEO_DRIVER_X11) && !defined(__APPLE__)) #include static int check_for_evdev(void)