From b1e7cd037e42255a249391547ce24cf4a3faba25 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 12 Oct 2013 00:19:55 +0100 Subject: configure.ac: drop obsolete variable HAVE_COMMON_DRI The original intent of the variable was to prevent adding libdrm dependency for non drm drivers (swrast). This is already handled with __NOT_HAVE_DRM_H, and with the recent merge of the dri_util and drisw_util code this variable has started causing build issues. Eg. the following will fail $ ./autogen.sh --with-dri-drivers=swrast --with-gallium-drivers= $ make Signed-off-by: Emil Velikov Reviewed-by: Andreas Boll --- src/mesa/drivers/dri/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/drivers/dri/Makefile.am b/src/mesa/drivers/dri/Makefile.am index 48d36858bb7..7fa0ad73d01 100644 --- a/src/mesa/drivers/dri/Makefile.am +++ b/src/mesa/drivers/dri/Makefile.am @@ -1,8 +1,6 @@ SUBDIRS = -if HAVE_COMMON_DRI SUBDIRS+=common -endif if HAVE_I915_DRI SUBDIRS+=i915 -- cgit v1.2.3