diff options
author | Felix Riemann <[email protected]> | 2012-09-23 17:50:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-08 12:19:44 +0200 |
commit | 4817ee9e8d7f9d854870aa10085f3b6f1da3eadf (patch) | |
tree | 9ce442ddbe53e0543676323043401874c5b9e437 /src/Makefile.am | |
parent | 9e687fad2c7fc2a874c41090ad3a9ba8dc7b2c4e (diff) | |
download | eom-4817ee9e8d7f9d854870aa10085f3b6f1da3eadf.tar.bz2 eom-4817ee9e8d7f9d854870aa10085f3b6f1da3eadf.tar.xz |
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
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) |