Commit 43e28bde authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

atmo: keep disabled for now

parent ed1f01cd
......@@ -4546,7 +4546,7 @@ dnl AtmoLight (homebrew AmbiLight)
dnl
AC_ARG_ENABLE(atmo,
AS_HELP_STRING([--disable-atmo],[AtmoLight (homebrew Philips ambilight)
(default enabled)]),, [enable_atmo="yes"])
(broken, default disabled)]),, [enable_atmo="no"])
AS_IF([test "${enable_atmo}" != no], [
AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
AC_LANG_PUSH(C++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment