
GLib already uses it, instead of adding another dep. Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.freedesktop.org/D1705
13 lines
363 B
PkgConfig
13 lines
363 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
upnp_enabled=@UPNP_ENABLED@
|
|
|
|
Name: libnice
|
|
Description: ICE library
|
|
Version: @VERSION@
|
|
Requires: @NICE_PACKAGES_PUBLIC@ @GUPNP_PACKAGES_PUBLIC@
|
|
Requires.private: @NICE_PACKAGES_PRIVATE@ @GUPNP_PACKAGES_PRIVATE@
|
|
Libs: -L${libdir} -lnice
|
|
Cflags: -I${includedir}/nice -I${includedir}
|