From 1523c88e2e7f087d92b452bf63e4bf2094c08733 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Wed, 22 Oct 2008 00:23:16 +0200 Subject: [PATCH] Mesa requires libdrm >= 2.3.1. Reflect this in gl.pc. With this, xorg-server should build again with --disable-dri. --- src/mesa/gl.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in index 1927880..62a48b9 100644 --- a/src/mesa/gl.pc.in +++ b/src/mesa/gl.pc.in @@ -5,7 +5,7 @@ includedir=@INSTALL_INC_DIR@ Name: gl Description: Mesa OpenGL library -Requires: +Requires: libdrm >= 2.3.1 Version: @VERSION@ Libs: -L${libdir} -lGL Cflags: -I${includedir} -- 1.6.0.2