diff options
author | Emil Velikov <[email protected]> | 2015-07-07 15:57:41 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:25 +0100 |
commit | 9ab5b644ef64ee23f88a6687cc541ee4e745234a (patch) | |
tree | ee48ab8d85d85c8b7511451bc4494b13982d27c6 /src/mesa/drivers/dri/common/Makefile.am | |
parent | 1c328b8aa79b0644160082b7e9e02df18ab3ca48 (diff) |
dri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
See previous commit message for details.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/common/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am index ae19fcb3565..ee6c6914499 100644 --- a/src/mesa/drivers/dri/common/Makefile.am +++ b/src/mesa/drivers/dri/common/Makefile.am @@ -58,5 +58,5 @@ if DRICOMMON_NEED_LIBDRM AM_CFLAGS += $(LIBDRM_CFLAGS) libdricommon_la_LIBADD = $(LIBDRM_LIBS) else -AM_CFLAGS += -D__NOT_HAVE_DRM_H +AM_CFLAGS += -UHAVE_LIBDRM endif |