X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=SConstruct;h=e603a0e305f892168d241b6127db874cd1923a81;hb=2e61c9c034a768286e98c5baffdaed9b3931fc81;hp=8174a9171ae7c485ac0fd6085a7bbbbe44e315c7;hpb=cc677d5c87265d6af7adc73d386a74511fee28cb;p=ardour.git diff --git a/SConstruct b/SConstruct index 8174a9171a..e603a0e305 100644 --- a/SConstruct +++ b/SConstruct @@ -1064,6 +1064,7 @@ if conf.CheckCHeader('jack/midiport.h'): env['SYSMIDI'] = 'JACK MIDI' subst_dict['%MIDITAG%'] = "control" subst_dict['%MIDITYPE%'] = "jack" + env.Append(CCFLAGS=" -DWITH_JACK_MIDI") print "Using JACK MIDI" elif conf.CheckCHeader('alsa/asoundlib.h'): libraries['sysmidi'] = LibraryInfo (LIBS='asound')