diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-12-09 10:48:45 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-12-09 10:48:45 -0500 |
commit | 2d4a5ad26bfb46b2839b176798dd1d0261cf2210 (patch) | |
tree | 83f038525492f4fae3c82ed76c723f61f65fe73c /configure.ac | |
parent | Fix newline in help output text (diff) | |
download | redshift-ng-2d4a5ad26bfb46b2839b176798dd1d0261cf2210.tar.gz redshift-ng-2d4a5ad26bfb46b2839b176798dd1d0261cf2210.tar.bz2 redshift-ng-2d4a5ad26bfb46b2839b176798dd1d0261cf2210.tar.xz |
Add dummy gamma adjustment method
This method does not do anything but print the temperature to the terminal.
An external program implementing a color temperature adjustment scheme that
is not supported by redshift can use this method to determine the desired
color temperature. It is also useful for testing other parts of redshift on
systems where neither RandR nor VidMode works.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a98c865..05455af 100644 --- a/configure.ac +++ b/configure.ac @@ -103,11 +103,6 @@ AS_IF([test "x$enable_wingdi" != xno], [ ]) AM_CONDITIONAL([ENABLE_WINGDI], [test "x$enable_wingdi" = xyes]) -# Check that at least one method is enabled -AS_IF([test "x$enable_randr" = xno -a "x$enable_vidmode" = xno -a "x$enable_wingdi" = xno], [ - AC_MSG_ERROR([either RANDR, VidMode or WinGDI must be enabled]) -]) - # Check GNOME Clock location provider AC_MSG_CHECKING([whether to enable GNOME Clock location provider]) AC_ARG_ENABLE([gnome-clock], [AC_HELP_STRING([--enable-gnome-clock], |