projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d72671
)
Fix pixman-1-uninstalled.pc to point to the libtool library
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 20 Dec 2008 17:18:51 +0000
(17:18 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 20 Dec 2008 17:18:51 +0000
(17:18 +0000)
Otherwise we fail to link when compiling cairo against the uninstalled
library.
pixman-1-uninstalled.pc.in
patch
|
blob
|
history
diff --git
a/pixman-1-uninstalled.pc.in
b/pixman-1-uninstalled.pc.in
index
9a2afa1
..
e0347d0
100644
(file)
--- a/
pixman-1-uninstalled.pc.in
+++ b/
pixman-1-uninstalled.pc.in
@@
-1,11
+1,5
@@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
Name: Pixman
Description: The pixman library (version 1)
Version: @PACKAGE_VERSION@
Cflags: -I${pc_top_builddir}/${pcfiledir}/pixman
-Libs: ${pc_top_builddir}/${pcfiledir}/libpixman-1-so.a
-
+Libs: ${pc_top_builddir}/${pcfiledir}/pixman/libpixman-1.la