diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-03 18:30:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-03 18:30:05 +0000 |
commit | 519bd19882b18b3cfcccca5fe8e0e6ab6eb3b937 (patch) | |
tree | 1ed8f61276ba41eeaf1ffa509465cd2f767cc3aa /lib/pixman/pixman-1.pc.in | |
parent | 9b631ded21a25e9a701bb5c1be5a29597ce2e3c9 (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.in | 1 |
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@ |