configure.ac: add option "--disable-glib"
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
#include <assert.h>
|
||||
#include <signal.h>
|
||||
|
||||
class SignalMonitor final : private SocketMonitor {
|
||||
#ifdef USE_SIGNALFD
|
||||
|
Reference in New Issue
Block a user