diff options
author | Eric Anholt <[email protected]> | 2018-07-16 15:57:24 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-07-18 10:37:54 -0700 |
commit | 4ba478d7cdf8b20c2fb8368321f42dd33a388587 (patch) | |
tree | 6ad3937db198e83ce58e18c27334f264040f6014 /src/egl/Android.mk | |
parent | 2c6279d58b96767b158a8955ec80fde3803928ae (diff) |
egl: Use the canonical drm-uapi fourcc header to avoid local defines.
We should only use a #define locally once it's been upstreamed, and at
that point you should just update our drm_fourcc.h.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/egl/Android.mk')
-rw-r--r-- | src/egl/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/Android.mk b/src/egl/Android.mk index 8412aeb7984..11128ded93c 100644 --- a/src/egl/Android.mk +++ b/src/egl/Android.mk @@ -44,6 +44,7 @@ LOCAL_CFLAGS := \ -DHAVE_ANDROID_PLATFORM LOCAL_C_INCLUDES := \ + $(MESA_TOP)/include/drm-uapi \ $(MESA_TOP)/src/egl/main \ $(MESA_TOP)/src/egl/drivers/dri2 |