From f6da1453c5b4add37518b2e1f27abb02854864f2 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 12 Jun 2008 06:46:32 -0700 Subject: DRI-specific pkg-config file Since the gl pkg-config file doesn't convey any specifics about the backend in use, this adds a new pkg-config file for when DRI is in use. This can be used by the xserver build to determine if the DRI and/or GLX extensions are appropriate. --- src/mesa/drivers/dri/dri.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mesa/drivers/dri/dri.pc.in (limited to 'src/mesa/drivers/dri/dri.pc.in') diff --git a/src/mesa/drivers/dri/dri.pc.in b/src/mesa/drivers/dri/dri.pc.in new file mode 100644 index 0000000000..58d890d0cb --- /dev/null +++ b/src/mesa/drivers/dri/dri.pc.in @@ -0,0 +1,10 @@ +prefix=@INSTALL_DIR@ +exec_prefix=${prefix} +libdir=${exec_prefix}/@LIB_DIR@ +includedir=${prefix}/include +dridriverdir=@DRI_DRIVER_DIR@ + +Name: dri +Description: Direct Rendering Infrastructure +Version: @VERSION@ +Cflags: -I${includedir} -- cgit v1.2.3