From 66a87517bd80b21e107df9d57968d81a92f91fd5 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 15 Oct 2008 12:00:16 +0100 Subject: [PATCH] re-enable DRI2 --- hw/xfree86/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index eff2c31f7..98d7ec806 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -4,9 +4,9 @@ if DRI DRI_SUBDIR = dri endif -#if DRI2 -#DRI2_SUBDIR = dri2 -#endif +if DRI2 +DRI2_SUBDIR = dri2 +endif if XF86UTILS XF86UTILS_SUBDIR = utils