1
0
Fork 0

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:
Bilal Elmoussaoui 2023-11-17 11:42:40 +01:00 committed by Marge Bot
parent c632e29ec0
commit 1ce1745384

View file

@ -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... ?
*/