[gnome-settings-daemon/benzea/systemd-3-36: 14/24] dummy: Remove gsd-dummy binary
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/systemd-3-36: 14/24] dummy: Remove gsd-dummy binary
- Date: Tue, 21 Jan 2020 17:29:16 +0000 (UTC)
commit 5e2024e3cf947e35c6cf728d0e72bf14cc73530c
Author: Benjamin Berg <bberg redhat com>
Date: Thu Dec 12 00:41:31 2019 +0100
dummy: Remove gsd-dummy binary
The binary was only needed for the stub gsd daemons that may not be
installed. The generated autostart files are not referencing gsd-dummy
anymore. As such, we can remove the binary completely.
plugins/dummy/gsd-dummy-manager.c | 147 --------------------------------------
plugins/dummy/gsd-dummy-manager.h | 37 ----------
plugins/dummy/main.c | 7 --
plugins/dummy/meson.build | 18 -----
4 files changed, 209 deletions(-)
---
diff --git a/plugins/dummy/meson.build b/plugins/dummy/meson.build
index f563efa6..4ac862af 100644
--- a/plugins/dummy/meson.build
+++ b/plugins/dummy/meson.build
@@ -28,21 +28,3 @@ foreach desktop: desktops
install_dir: gsd_xdg_autostart
)
endforeach
-
-sources = files(
- 'gsd-dummy-manager.c',
- 'main.c'
-)
-
-deps = plugins_deps + [gio_dep]
-
-executable(
- 'gsd-' + plugin_name,
- sources,
- include_directories: [top_inc, common_inc],
- dependencies: deps,
- c_args: cflags,
- install: true,
- install_rpath: gsd_pkglibdir,
- install_dir: gsd_libexecdir
-)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]