mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
cogl: Remove duplicated build options check
Meson already has a check for ensuring that either GL or GLES 2 is enabled at build time Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3405>
This commit is contained in:
parent
c632e29ec0
commit
1ce1745384
@ -47,12 +47,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#if !(defined(HAVE_GL) || defined(HAVE_GLES2))
|
||||
|
||||
#error No drivers defined
|
||||
|
||||
#endif /* defined(HAVE_GL) || defined(HAVE_GLES2) */
|
||||
|
||||
/* XXX: should I rename these as
|
||||
* COGL_PIPELINE_STATE_INDEX_XYZ... ?
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user