commit 8e24c588615fdcf8d18121f9dd438975133061f8
parent 146ad1c18935cfa9013c301d1401681afb7f8d32
Author: kinichiro <kinichiro.inoguchi@gmail.com>
Date: Sun, 12 Jul 2020 16:19:44 +0900
Fix package_status section
Remove duplicate X11_FOUND
Add missing SNDIO_FOUND
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -665,11 +665,11 @@ package_status(X11_FOUND "x11 " "found" ${Yellow})
package_status(X11_Xpm_FOUND "xpm " "found" ${Yellow})
package_status(FLTK_FOUND "fltk " "found" ${Yellow})
package_status(NTK_FOUND "ntk " "found" ${Yellow})
-package_status(X11_FOUND "x11 " "found" ${Yellow})
package_status(OSS_FOUND "OSS " "found" ${Yellow})
package_status(ALSA_FOUND "ALSA " "found" ${Yellow})
package_status(JACK_FOUND "JACK " "found" ${Yellow})
package_status(PORTAUDIO_FOUND "PA " "found" ${Yellow})
+package_status(SNDIO_FOUND "SNDIO " "found" ${Yellow})
package_status(LASH_FOUND "Lash " "found" ${Yellow})
package_status(DSSI_FOUND "DSSI " "found" ${Yellow})
package_status(CXXTEST_FOUND "CxxTest " "found" ${Yellow})