summaryrefslogtreecommitdiff
path: root/lib/pixman/pixman-1.pc.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 18:30:05 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 18:30:05 +0000
commit519bd19882b18b3cfcccca5fe8e0e6ab6eb3b937 (patch)
tree1ed8f61276ba41eeaf1ffa509465cd2f767cc3aa /lib/pixman/pixman-1.pc.in
parent9b631ded21a25e9a701bb5c1be5a29597ce2e3c9 (diff)
Update to pixman 0.18.4.
Tweak build to use libpthread-stubs for TLS emulation instead of forcing every application using pixman to use -pthread. Tested by jasper@ and landry@ on a bulk ports build.
Diffstat (limited to 'lib/pixman/pixman-1.pc.in')
-rw-r--r--lib/pixman/pixman-1.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pixman/pixman-1.pc.in b/lib/pixman/pixman-1.pc.in
index 936d95db0..14bfe1d38 100644
--- a/lib/pixman/pixman-1.pc.in
+++ b/lib/pixman/pixman-1.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: Pixman
Description: The pixman library (version 1)
Version: @PACKAGE_VERSION@
+Requires: pthread-stubs >= 0.3
Cflags: -I${includedir}/pixman-1 @DEP_CFLAGS@
Libs: -L${libdir} -lpixman-1 @DEP_LIBS@