From 5008d9e3429523b4c7f6950bed43d911d3e6fdea Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 17 Jul 2009 11:38:31 -0400 Subject: [PATCH] Add mesa and drm modules with correct path #22823 Currently drm is always skipped and mesa is commented out Without those, xserver cannot build due to DRI prereq https://bugs.freedesktop.org/show_bug.cgi?id=22823 --- build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 879cd7e..b6fbd50 100755 --- a/build.sh +++ b/build.sh @@ -396,8 +396,8 @@ build_app() { } build_mesa() { - build mesa drm - #build mesa mesa + build drm "" + build mesa "" } # The server requires at least the following libraries: -- 1.6.0.4