File: platform-maemo5.mk

package info (click to toggle)
openmsx 0.8.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 15,084 kB
  • ctags: 17,704
  • sloc: cpp: 118,956; xml: 20,823; tcl: 6,222; python: 3,812; asm: 1,154; makefile: 158; sh: 72
file content (18 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: platform-maemo5.mk 11257 2010-02-10 11:45:56Z mthuurne $
#
# Configuration for Maemo 5 devices.

# Maemo is based on Linux.
include build/platform-linux.mk

# Workaround for SDL bug 586: the Matchbox2 window manager will not give input
# events to our window if we set an icon, because SDL sets the wrong flags on
# the icon.
#   http://bugzilla.libsdl.org/show_bug.cgi?id=586
#   http://talk.maemo.org/showthread.php?t=31696
# This bug is fixed in SDL 1.2.14 (at least, I verified that the patch has been
# applied), but Maemo 5 is using an older SDL.
SET_WINDOW_ICON:=false

# Link to X11 lib, Needed for the code that configures window composition.
LINK_FLAGS+=-lX11