mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
Removes Cogl from the repository
Cogl has now been split out into a standalone project with a separate repository at git://git.gnome.org/cogl. From now on the Clutter build will now simply look for a cogl-1.0 pkg-config file to find a suitable Cogl library to link against at build time.
This commit is contained in:
@@ -51,13 +51,9 @@
|
||||
#include "clutter-paint-volume-private.h"
|
||||
#include "clutter-private.h"
|
||||
|
||||
#include "cogl/cogl.h"
|
||||
#include <cogl/cogl.h>
|
||||
|
||||
#ifdef CLUTTER_USING_SYSTEM_COGL
|
||||
#include <cogl/cogl-texture-pixmap-x11.h>
|
||||
#else
|
||||
#include "cogl/winsys/cogl-texture-pixmap-x11.h"
|
||||
#endif
|
||||
|
||||
#include <X11/extensions/Xdamage.h>
|
||||
|
||||
|
Reference in New Issue
Block a user