sdl: patch to resolve 'XKeysymToString' complication errors on debian sid and osx (thanks antonio ospite!)

This commit is contained in:
punkrockguy318 2011-07-15 04:00:09 +00:00
parent a0b26b8b2b
commit 4645ee126b
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# Fix compliation error about 'XKeysymToString' by linking X11 explicitly
# Thanks Antonio Ospite!
Import('env')
env.ParseConfig('pkg-config --cflags --libs x11')
Export('env')
my_list = Split("""
input.cpp
config.cpp