From 1de5f9a148e4222e52ac848d5cc4298d6327e0ee Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 26 Jul 2009 08:58:02 -0400 Subject: [PATCH] build.sh: uncomment #build mesa (prereq for xserver) 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 Tested on a newly cloned full build --- build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.sh b/build.sh index da6fc49..69e9b84 100755 --- a/build.sh +++ b/build.sh @@ -460,7 +460,7 @@ build_app() { build_mesa() { build mesa drm - #build mesa mesa + build mesa mesa } # The server requires at least the following libraries: -- 1.6.0.4