diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/egl/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 407cc69b53e..95ee6ccc496 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -84,6 +84,11 @@ AM_CFLAGS += -DHAVE_SURFACELESS_PLATFORM dri2_backend_FILES += drivers/dri2/platform_surfaceless.c endif +if HAVE_EGL_PLATFORM_ANDROID +AM_CFLAGS += -DHAVE_ANDROID_PLATFORM +dri2_backend_FILES += drivers/dri2/platform_android.c +endif + if HAVE_EGL_DRIVER_DRI2 AM_CFLAGS += \ -I$(top_srcdir)/src/loader \ |