Bind to a control socket

So far using a lockfile, which kind of sucks.

We're going to connect to DBus directly, so we'll see
if it can't be used for our purposes in a simple way.
This commit is contained in:
2020-09-22 17:48:17 +02:00
parent e2d91aae1c
commit 0d35950715
3 changed files with 44 additions and 1 deletions

View File

@@ -16,10 +16,14 @@ dependencies = [
dependency('gtk+-3.0'),
dependency('gmodule-2.0'),
dependency('gio-2.0'),
dependency('gio-unix-2.0'),
dependency('gee-0.8'),
dependency('sqlite3'),
dependency('x11'),
# Only because of flock
meson.get_compiler('vala').find_library('posix'),
# Ours
dependency('xext'),
dependency('xextproto'),