Last change
on this file since 2821 was
2821,
checked in by Sam Hocevar, 11 years ago
|
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
|
File size:
246 bytes
|
Line | |
---|
1 | prefix=@prefix@ |
---|
2 | exec_prefix=@exec_prefix@ |
---|
3 | libdir=@libdir@ |
---|
4 | includedir=@includedir@ |
---|
5 | |
---|
6 | Name: caca |
---|
7 | Description: Colour ASCII-Art library |
---|
8 | Version: @VERSION@ |
---|
9 | Requires: caca = @VERSION@ |
---|
10 | Conflicts: |
---|
11 | Libs: -L${libdir} -lcaca -lcaca |
---|
12 | Cflags: -I${includedir} |
---|
Note: See
TracBrowser
for help on using the repository browser.