mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Enable gio-unix for Quartz
Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard gio-unix features instead of HAVE_GIO_UNIX.
This commit is contained in:
parent
a84effadc2
commit
11c17efb19
@ -374,6 +374,9 @@ if test "x$enable_quartz_backend" = xyes; then
|
||||
if test "x$quartz_relocation" = xyes; then
|
||||
AC_DEFINE([QUARTZ_RELOCATION], [1], [Use NSBundle functions to determine load paths for libraries, translations, etc.])
|
||||
fi
|
||||
# Pull in gio-unix for GDesktopAppInfo usage, see at least
|
||||
# gdkapplaunchcontext-x11.c
|
||||
have_gio_unix=yes
|
||||
|
||||
else
|
||||
AM_CONDITIONAL(USE_QUARTZ, false)
|
||||
|
Loading…
Reference in New Issue
Block a user