diff options
author | Dan Nicholson <[email protected]> | 2008-12-14 09:35:29 -0800 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-12-14 09:35:29 -0800 |
commit | 8be02fc8c67433bd2647f59abece5e8111859e40 (patch) | |
tree | 1f0fcf8501e9b2e89395417c161a6c0efebf2918 /configs/default | |
parent | 71e208bafe9ca5e1c189fae3f251cc84034e5959 (diff) |
Add OSMesa pkg-config file
This makes the GLU .pc file a little simpler, too.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 52ad61cb92b..7b79cf2c1b3 100644 --- a/configs/default +++ b/configs/default @@ -107,7 +107,6 @@ GL_PC_CFLAGS = DRI_PC_REQ_PRIV = GLU_PC_REQ = gl GLU_PC_REQ_PRIV = -GLU_PC_LIB = GLU_PC_LIB_PRIV = GLU_PC_CFLAGS = GLUT_PC_REQ_PRIV = @@ -116,3 +115,5 @@ GLUT_PC_CFLAGS = GLW_PC_REQ_PRIV = GLW_PC_LIB_PRIV = GLW_PC_CFLAGS = +OSMESA_PC_REQ = +OSMESA_PC_LIB_PRIV = |