1
by David Reveman
Initial revision |
1 |
prefix=@prefix@ |
2 |
exec_prefix=@exec_prefix@ |
|
3 |
libdir=@libdir@ |
|
4 |
includedir=@includedir@ |
|
5 |
||
25
by David Reveman
Lighting support |
6 |
Name: compiz |
1
by David Reveman
Initial revision |
7 |
Description: OpenGL compositing manager |
8 |
Version: @VERSION@ |
|
9 |
||
25
by David Reveman
Lighting support |
10 |
Requires: @COMPIZ_REQUIRES@ |
3486.1.1
by Daniel d'Andrada
Point to compiz library dir in compiz.pc Libs section |
11 |
Libs: -L${libdir} |
2096
by Dennis Kasprzyk
Generate compiz.pc |
12 |
Cflags: @COMPIZ_CFLAGS@ -I${includedir}/compiz |