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:
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "gdkintl.h"
|
||||
|
||||
#include <cairo/cairo-xlib.h>
|
||||
#include <cairo-xlib.h>
|
||||
|
||||
#include <epoxy/glx.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user