mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
build: include <cairo.h> not <cairo/cairo.h>
cairo.h is intended to be included as <cairo.h> not <cairo/cairo.h> as is the style for clutter.h. If you have installed cairo to a custom prefix then using cairo/cairo.h can result in unintentional use of the system cairo headers, or if they aren't installed then it will result in a failure to find the header.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#include "clutter-stage.h"
|
||||
|
||||
|
Reference in New Issue
Block a user