Skip to content
Snippets Groups Projects
Commit 112e9883 authored by Rob Herring's avatar Rob Herring Committed by Emil Velikov
Browse files

Android: move libdrm settings to top-level Android.common.mk


Fix warnings like these due to HAVE_LIBDRM being inconsistently defined:

external/libdrm/include/drm/drm.h:839:30: warning: redefinition of typedef 'drm_clip_rect_t' is a C11 feature [-Wtypedef-redefinition]
typedef struct drm_clip_rect drm_clip_rect_t;

HAVE_LIBDRM needs to be set project wide to fix this. This change also
harmlessly links libdrm with everything, but simplifies the makefiles a
bit.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 54e550ab
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment