From 79bfe9eed44486fbf59e6d482abdbc649c41cee5 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 9 Dec 2013 14:07:01 -0500 Subject: Remove Gnome Clock location provider This was basically a hack that happened to work because the Gnome Clock applet could store the current location of the user, and Redshift was able to fetch this location through GConf. Since Redshift for some time now has supported a config file where the location can be set, there is not really any reason to use an external, fragile solution to do the same. --- src/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ae1755a..15caf2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,6 @@ EXTRA_redshift_SOURCES = \ gamma-randr.c gamma-randr.h \ gamma-vidmode.c gamma-vidmode.h \ gamma-w32gdi.c gamma-w32gdi.h \ - location-gnome-clock.c location-gnome-clock.h \ location-geoclue.c location-geoclue.h AM_CFLAGS = @@ -49,13 +48,6 @@ redshift_SOURCES += gamma-w32gdi.c gamma-w32gdi.h redshift_LDADD += -lgdi32 endif -if ENABLE_GNOME_CLOCK -redshift_SOURCES += location-gnome-clock.c location-gnome-clock.h -AM_CFLAGS += $(GLIB_CFLAGS) $(GCONF_CFLAGS) -redshift_LDADD += \ - $(GLIB_LIBS) $(GLIB_CFLAGS) \ - $(GCONF_LIBS) $(GCONF_CFLAGS) -endif if ENABLE_GEOCLUE redshift_SOURCES += location-geoclue.c location-geoclue.h -- cgit v1.2.3-70-g09d2