gdkglcontext-x11: Don't assume that cairo-xlib.h is in cairo directory

If cairo is a subproject, it's not necessarily installed when gtk
is built. In the source tree, cairo's headers are not stored in
a directory called 'cairo'.
This commit is contained in:
Kjell Ahlstedt
2021-03-16 09:51:40 +01:00
parent f279c7b1c2
commit 0f6b91109e

View File

@@ -37,7 +37,7 @@
#include "gdkintl.h"
#include <cairo/cairo-xlib.h>
#include <cairo-xlib.h>
#include <epoxy/glx.h>