From 2d4a5ad26bfb46b2839b176798dd1d0261cf2210 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 9 Dec 2013 10:48:45 -0500 Subject: 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. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') 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], -- cgit v1.2.3-70-g09d2