Permalink
Please sign in to comment.
Browse files
power-icon: use systemd to power off, rather than Console Kit
- Loading branch information...
Showing
with
31 additions
and 855 deletions.
- +2 −2 Makefile.am
- +2 −8 configure.ac
- +0 −18 egg-console-kit/Makefile.am
- +0 −357 egg-console-kit/egg-console-kit.c
- +0 −71 egg-console-kit/egg-console-kit.h
- +0 −308 egg-console-kit/egg-debug.c
- +0 −83 egg-console-kit/egg-debug.h
- +0 −1 panels/power-icon/src/Makefile.am
- +27 −5 panels/power-icon/src/mpd-power-icon.c
- +0 −2 panels/power-icon/tests/Makefile.am
10
configure.ac
@@ -1,18 +0,0 @@ | ||
-AM_CFLAGS = \ | ||
- $(ECK_CFLAGS) \ | ||
- -DEGG_CONSOLE="\"MPD_CONSOLE\"" \ | ||
- -DEGG_LOGGING="\"MPD_LOGGING\"" \ | ||
- -DEGG_LOG_FILE=\""/tmp/dawati-panel-devices.log"\" \ | ||
- -DEGG_VERBOSE="\"MPD_VERBOSE\"" \ | ||
- $(NULL) | ||
- | ||
-noinst_LTLIBRARIES = \ | ||
- libegg-console-kit.la \ | ||
- $(NULL) | ||
- | ||
-libegg_console_kit_la_SOURCES = \ | ||
- egg-console-kit.c \ | ||
- egg-console-kit.h \ | ||
- egg-debug.c \ | ||
- egg-debug.h \ | ||
- $(NULL) |

Oops, something went wrong.
0 comments on commit
db9fcf1