Skip to content

Commit

Permalink
common: Explicitly depend on gio-unix-2.0
Browse files Browse the repository at this point in the history
This fixes the following on NixOS:

xfce-notify-log-util.c:40:10: fatal error: gio/gdesktopappinfo.h: No such file or directory
   40 | #include <gio/gdesktopappinfo.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The reason here is the same as https://gitlab.xfce.org/xfce/xfce4-session/-/merge_requests/51.
  • Loading branch information
bobby285271 committed Mar 24, 2024
1 parent 0e4a04f commit 307c864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ libxfce_notifyd_common_la_SOURCES = \
libxfce_notifyd_common_la_CFLAGS = \
$(LIBXFCE4UI_CFLAGS) \
$(GTK3_CFLAGS) \
$(GIO_UNIX_CFLAGS) \
$(SQLITE_CFLAGS) \
$(XFCONF_CFLAGS) \
$(PLATFORM_CFLAGS)

libxfce_notifyd_common_la_LIBADD = \
$(LIBXFCE4UI_LIBS) \
$(GTK3_LIBS) \
$(GIO_UNIX_LIBS) \
$(XFCONF_LIBS) \
$(SQLITE_LIBS)

Expand Down

0 comments on commit 307c864

Please sign in to comment.