mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Linux: Made PadSimple actually work in Linux, removed the SDL dependency since Fires yelled at me (a long time ago).Tmator, you will have to use something else and Video Plugin Skips key events in Linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@440 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -11,8 +11,4 @@ files = [
|
||||
]
|
||||
|
||||
padenv = env.Copy()
|
||||
padenv.Append(
|
||||
CXXFLAGS = ' ' + ' '.join([ '-fPIC', '`pkg-config --cflags sdl`' ]),
|
||||
LINKFLAGS = ' ' + ' '.join([ '`pkg-config --libs sdl`' ])
|
||||
)
|
||||
padenv.SharedLibrary(output, files, LIBS=["common"])
|
||||
|
Reference in New Issue
Block a user