mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Fix including a non-existent header
cogl-sampler-cache-private.h was including a header which doesn't exist so the build was broken. The header comes from a patch which hasn't been pushed to master yet which splits including GL/gl.h out of cogl-defines.h into a separate header. I added the inclusion to make it pick up the GL defines but it doesn't need to do this yet because cogl-context.h is still including the GL header. I didn't notice the failure because I still had a cogl-gl-header.h lying around from a previous build with the patch. Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
cb146dc515
commit
f676785906
@ -26,7 +26,6 @@
|
||||
#define __COGL_SAMPLER_CACHE_PRIVATE_H
|
||||
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-gl-header.h"
|
||||
|
||||
/* GL_ALWAYS is just used here as a value that is known not to clash
|
||||
* with any valid GL wrap modes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user