This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
libcaca: fix an infinite loop in the .pc file.
tags/v0.99.beta16
Sam Hocevar
sam
16 years ago
parent
7e9483fdc8
commit
f92312c512
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
caca/caca.pc.in
+ 2
- 2
caca/caca.pc.in
View File
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: caca
Description: Colour ASCII-Art library
Version: @VERSION@
Requires:
caca = @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcaca
-lcaca
Libs: -L${libdir} -lcaca
Cflags: -I${includedir}
Write
Preview
Loading…
Cancel
Save