mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
12 lines
243 B
PkgConfig
12 lines
243 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libtoxav
|
|
Description: Tox A/V library
|
|
Requires:
|
|
Version: 0.0.0
|
|
Libs: -L${libdir} -ltoxav -lopus -lvpx -lm -pthread
|
|
Cflags: -I${includedir}
|