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
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue