mesa/src/loader
Rob Herring 112e988329 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: Rob Herring <robh@kernel.org>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
2016-06-13 15:31:29 +01:00
..
Android.mk Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
loader.c loader: add a libdrm case for loader_get_device_name_for_fd 2016-04-21 14:41:41 +01:00
loader.h loader: Rename drm_open_device() to loader_open_device() and share it 2015-06-23 16:54:51 +01:00
loader_dri3_helper.c dri: add backbuffer use flag 2016-03-09 15:02:25 +01:00
loader_dri3_helper.h loader/dri3: Expose function to create __DRIimage from pixmap 2015-11-17 17:26:20 +02:00
Makefile.am loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS 2015-11-23 12:07:50 +00:00
Makefile.sources loader: Add headers to distribution. 2014-12-12 12:11:47 -08:00
pci_id_driver_map.c loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H 2015-07-22 16:35:25 +01:00
pci_id_driver_map.h virtio_gpu: Add PCI ID to driver map 2016-01-23 12:35:24 +10:00
SConscript loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H 2015-07-22 16:35:25 +01:00