build: require gio-unix-2.0 unconditionally

We already use it without checking (`<gio/gdesktopappinfo.h>` in
wlr/taskbar), it's a transitive dependency of GTK and it's always
available on Unix platforms.
This commit is contained in:
Aleksei Bavshin
2024-02-16 23:30:00 -08:00
parent 104accdc34
commit 72406fa3f2
3 changed files with 10 additions and 17 deletions

View File

@ -80,8 +80,8 @@
#ifdef HAVE_LIBSNDIO
#include "modules/sndio.hpp"
#endif
#ifdef HAVE_GIO_UNIX
#include "modules/bluetooth.hpp"
#ifdef HAVE_LOGIND_INHIBITOR
#include "modules/inhibitor.hpp"
#endif
#ifdef HAVE_LIBJACK