forked from AuroraMiddleware/gtk
Fix spelling of AppKit framework in gdkquartz-gtk-only.h
gtk+-3.24.14 with quartz backend fails to compile on macOS when using a case-sensitive file system. The cause for the compilation error is a simple typo in line 26 of `gdk/quartz/gdkquartz-gtk-only.h`. The AppKit framework is included there with `<Appkit/Appkit.h>` instead of `<AppKit/AppKit.h>`, which is fixed with this commit. References: https://trac.macports.org/ticket/60168 Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/2503
This commit is contained in:
parent
6de41e9383
commit
245ea77da6
@ -23,7 +23,7 @@
|
||||
#error "This API is for use only in Gtk internal code."
|
||||
#endif
|
||||
|
||||
#include <Appkit/Appkit.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/quartz/gdkquartz.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user