From 6fd3fc78afd805107c1a5d69a85d6547713e9a24 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Mar 2010 20:04:56 +0100 Subject: [PATCH] config/options: - remove references to $MESA and $LIBDRM variable --- config/options | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/options b/config/options index e8f7a42d08..e7c6926019 100644 --- a/config/options +++ b/config/options @@ -39,12 +39,6 @@ PROJECT_DIR=$ROOT/projects # Support C++ in toolchain TOOLCHAIN_CXX=yes -# MESA to use (Mesa / Mesa-master) - MESA=Mesa - -# libdrm to use (libdrm / libdrm-master) - LIBDRM=libdrm - # verbose compilation mode (yes/no) VERBOSE=yes