mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Added a new MIDIDriver class
This commit is contained in:
parent
cfcb6e11f2
commit
7a5f9fc08e
28 changed files with 1029 additions and 4 deletions
|
@ -240,7 +240,7 @@ def configure(env):
|
|||
|
||||
if (os.system("pkg-config --exists alsa") == 0): # 0 means found
|
||||
print("Enabling ALSA")
|
||||
env.Append(CPPFLAGS=["-DALSA_ENABLED"])
|
||||
env.Append(CPPFLAGS=["-DALSA_ENABLED", "-DALSAMIDI_ENABLED"])
|
||||
env.ParseConfig('pkg-config alsa --cflags --libs')
|
||||
else:
|
||||
print("ALSA libraries not found, disabling driver")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue