~lann/guitartuner/master

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: lannic
  • Date: 2020-08-28 08:35:05 UTC
  • Revision ID: git-v1:23693ca8d21e0ccf5902face3fb73b4df6570441
Portaudio integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
esac
17
17
AC_MSG_RESULT([$os_win32])
18
18
AS_IF([test "$os_win32" = "no"], [
19
 
        PKG_CHECK_MODULES(GUITAR_TUNER, [gtkmm-3.0 libxml-2.0 alsa ])
 
19
        PKG_CHECK_MODULES(GUITAR_TUNER, [gtkmm-3.0 libxml-2.0 alsa portaudio-2.0])
20
20
])
21
21
AS_IF([test "$os_win32" = "yes"], [
22
22
        PKG_CHECK_MODULES(GUITAR_TUNER, [gtkmm-3.0 libxml-2.0])