diff options
author | marha <marha@users.sourceforge.net> | 2012-09-03 09:54:39 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-04 14:23:32 +0200 |
commit | c18d12d1e36354ff32724c86ae25374d1a78607f (patch) | |
tree | 3db58d40725863f1d1145002f998a6cf0662fbf9 /mesalib/src/glu/glu.pc.in | |
parent | 77f54d0b20cc194e708bc664740e4c0b0e13c3dd (diff) | |
download | vcxsrv-c18d12d1e36354ff32724c86ae25374d1a78607f.tar.gz vcxsrv-c18d12d1e36354ff32724c86ae25374d1a78607f.tar.bz2 vcxsrv-c18d12d1e36354ff32724c86ae25374d1a78607f.zip |
mesa xkeyboard-config git update 3 sep 2012
Diffstat (limited to 'mesalib/src/glu/glu.pc.in')
-rw-r--r-- | mesalib/src/glu/glu.pc.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mesalib/src/glu/glu.pc.in b/mesalib/src/glu/glu.pc.in deleted file mode 100644 index f7d910982..000000000 --- a/mesalib/src/glu/glu.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@INSTALL_DIR@ -exec_prefix=${prefix} -libdir=@INSTALL_LIB_DIR@ -includedir=@INSTALL_INC_DIR@ - -Name: glu -Description: Mesa OpenGL Utility library -Requires: @GLU_PC_REQ@ -Requires.private: @GLU_PC_REQ_PRIV@ -Version: @VERSION@ -Libs: -L${libdir} -l@GLU_LIB@ -Libs.private: @GLU_PC_LIB_PRIV@ -Cflags: -I${includedir} @GLU_PC_CFLAGS@ |