mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
1db01073e5
libtoxcore.pc now has -lpthread like it's supposed to on systems where it is needed.
12 lines
235 B
PkgConfig
12 lines
235 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtoxav
|
|
Description: Tox A/V library
|
|
Requires: libtoxcore
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltoxav @AV_LIBS@
|
|
Cflags: -I${includedir}
|