Commit 94a44457 authored by André Weber's avatar André Weber

atmo: enabled by default again, description changed

parent 0e9b69fd
...@@ -4331,11 +4331,11 @@ dnl ...@@ -4331,11 +4331,11 @@ dnl
PKG_ENABLE_MODULES_VLC([PROJECTM], [], [libprojectM], [projectM visualization plugin], [auto]) PKG_ENABLE_MODULES_VLC([PROJECTM], [], [libprojectM], [projectM visualization plugin], [auto])
dnl dnl
dnl AtmoLight (homebrew AmbiLight) dnl AtmoLight (homemade Philips Ambilight clone)
dnl dnl
AC_ARG_ENABLE(atmo, AC_ARG_ENABLE(atmo,
AS_HELP_STRING([--disable-atmo],[AtmoLight (homebrew Philips ambilight) AS_HELP_STRING([--disable-atmo],[AtmoLight (homemade Philips Ambilight clone)
(broken, default disabled)]),, [enable_atmo="no"]) (default enabled)]),, [enable_atmo="yes"])
AS_IF([test "${enable_atmo}" != no], [ AS_IF([test "${enable_atmo}" != no], [
AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [ AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
AC_LANG_PUSH(C++) 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