Skip to content
Snippets Groups Projects

exo: Explicitly add GIO_UNIX_CFLAGS

Merged Bobby Rong requested to merge bobby285271/exo:bobby285271/dep-gio-unix into master

Fixes the following on NixOS:

exo-execute.c:25:10: fatal error: gio/gdesktopappinfo.h: No such file or directory
   25 | #include <gio/gdesktopappinfo.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The reason here is the same as xfce4-session!51 (merged). Here XDT_CHECK_OPTIONAL_PACKAGE does manage to find gio-unix-2.0, so HAVE_GIO_UNIX is defined, it is just the cflags missing for us.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading