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
* Fix C++ library linking.
tags/v0.99.beta14
Sam Hocevar
sam
16 years ago
parent
d0140a4fe8
commit
44ee29287d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cxx/caca++.pc.in
+1
-1
cxx/cucul++.pc.in
+ 1
- 1
cxx/caca++.pc.in
View File
@@ -8,5 +8,5 @@ Description: Colour ASCII-Art library C++ bindings
Version: @VERSION@
Requires: cucul++ = @VERSION@
Conflicts:
Libs: -L${libdir} -lcaca
-lcucul
-lcucul++
Libs: -L${libdir} -lcaca
++
-lcucul++
Cflags: -I${includedir}
+ 1
- 1
cxx/cucul++.pc.in
View File
@@ -8,5 +8,5 @@ Description: Canvas for ultrafast compositing of Unicode letters C++ binding
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir}
-lcucul -lcaca
Libs: -L${libdir}
-lcucul++
Cflags: -I${includedir}
Write
Preview
Loading…
Cancel
Save