From 4817ee9e8d7f9d854870aa10085f3b6f1da3eadf Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sun, 23 Sep 2012 17:50:02 +0200 Subject: Use GtkApplication to inhibit the screensaver during slideshows Realized in a similar fashion as in Evince and Totem. https://bugzilla.gnome.org/show_bug.cgi?id=684581 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/e8b50ab --- src/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 66db511..8b3539c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,8 +4,6 @@ endif toolbar_LIB = $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la -screensaver_LIB = $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la - noinst_LTLIBRARIES = libeom.la bin_PROGRAMS = eom @@ -128,7 +126,6 @@ endif HAVE_EXEMPI libeom_la_CPPFLAGS = \ -I$(top_srcdir)/jpegutils \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ - -I$(top_srcdir)/cut-n-paste/totem-screensaver \ -DG_LOG_DOMAIN=\"EOM\" \ -DEOM_DATA_DIR=\""$(pkgdatadir)"\" \ -DEOM_LOCALE_DIR=\""$(datadir)/locale"\" \ @@ -154,7 +151,6 @@ eom_SOURCES = main.c eom_CFLAGS = \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ - -I$(top_srcdir)/cut-n-paste/totem-screensaver \ $(EOM_CFLAGS) \ -DEOM_DATA_DIR=\""$(pkgdatadir)"\" \ -DEOM_LOCALE_DIR=\""$(datadir)/locale"\" \ @@ -165,7 +161,6 @@ eom_LDADD = \ $(EOM_LIBS) \ $(LIBJPEG) \ $(toolbar_LIB) \ - $(screensaver_LIB) \ $(jpeg_LIB) \ $(INTROSPECTION_LIBS) -- cgit v1.2.1