9174b01172
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.
13 lines
285 B
PkgConfig
13 lines
285 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
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@
|
|
|