summaryrefslogtreecommitdiffstats
path: root/src/glw/glw.pc.in
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2011-08-05 16:39:56 -0700
committerKenneth Graunke <[email protected]>2011-08-15 13:37:09 -0700
commit63720114b4234f5522eb8dee8f4b0c0db561a8c3 (patch)
tree15023f3a34519988c398d3b8e138bd063915e54c /src/glw/glw.pc.in
parenta352e2d08e0a141298275e77f25541218a97afb7 (diff)
glw: Remove GLw source.
libGLw is an old OpenGL widget library with optional Motif support. It almost never changes and very few people actually still care about it, so we've decided to ship it separately. The new home for libGLw is: git://git.freedesktop.org/mesa/glw/ Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/glw/glw.pc.in')
-rw-r--r--src/glw/glw.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/glw/glw.pc.in b/src/glw/glw.pc.in
deleted file mode 100644
index 19a7c307c01..00000000000
--- a/src/glw/glw.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@INSTALL_DIR@
-exec_prefix=${prefix}
-libdir=@INSTALL_LIB_DIR@
-includedir=@INSTALL_INC_DIR@
-
-Name: glw
-Description: Mesa OpenGL widget library
-Requires: gl
-Requires.private: @GLW_PC_REQ_PRIV@
-Version: @VERSION@
-Libs: -L${libdir} -l@GLW_LIB@
-Libs.private: @GLW_PC_LIB_PRIV@
-Cflags: -I${includedir} @GLW_PC_CFLAGS@