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

@@ -45,7 +45,7 @@ vala_precompile (${project_VALA_SOURCES}
OUTPUTS project_VALA_C
HEADER ${PROJECT_NAME}.h
SYMBOLS ${symbols_path}
PACKAGES gmodule-2.0 gio-2.0 gtk+-3.0 gee-0.8 sqlite3 x11)
PACKAGES posix gmodule-2.0 gio-2.0 gio-unix-2.0 gtk+-3.0 gee-0.8 sqlite3 x11)
# Include Vala sources as header files, so they appear in the IDE
# but CMake doesn't try to compile them directly