evas_gl_drm: Fix incorrect define statement.

This actually should be #ifndef so that if it's not defined in the
system, then we can still compile properly.
This commit is contained in:
Christopher Michael 2020-03-06 11:45:44 -05:00
parent 7664aa97c0
commit 0bf6f5bbe4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# define DRM_FORMAT_MOD_INVALID ((1ULL << 56) - 1)
#endif
#ifdef EGL_DMA_BUF_PLANE3_FD_EXT
#ifndef EGL_DMA_BUF_PLANE3_FD_EXT
# define EGL_DMA_BUF_PLANE3_FD_EXT 0x3440
#endif
#ifndef EGL_DMA_BUF_PLANE3_OFFSET_EXT