sdl: patch to resolve 'XKeysymToString' complication errors on debian sid and osx (thanks antonio ospite!)
This commit is contained in:
parent
a0b26b8b2b
commit
4645ee126b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue