summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-07-22 16:22:44 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-07-22 16:33:11 +0100
commit816e4c1b5e2887c45ffa69d41c8106e7b31977fb (patch)
tree11cb3cf652e238953728cf09dac621731f571375 /src/gallium/state_trackers/dri/Android.mk
parent16f6d432de07dcb537dafd0c9f3ef7614891ed6b (diff)
downloadexternal_mesa3d-816e4c1b5e2887c45ffa69d41c8106e7b31977fb.zip
external_mesa3d-816e4c1b5e2887c45ffa69d41c8106e7b31977fb.tar.gz
external_mesa3d-816e4c1b5e2887c45ffa69d41c8106e7b31977fb.tar.bz2
dri/swrast: automake: add LIBDRM_CFLAGS
With the follow up commit we'll remove the __NOT_HAVE_DRM_H macro. As requested by Ian HAVE_LIBDRM will be used instead, which will lead to swrast including drm.h when libdrm package is available, even though we don't need/make use of the header. As the define is added after the AM_CFLAGS we cannnot use -UHAVE_LIBDRM, but instead let's just add LIBDRM_CFLAGS. The latter of which will expand to NULL when the libdrm package is not around. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/state_trackers/dri/Android.mk')
0 files changed, 0 insertions, 0 deletions