diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-06-30 17:28:09 +0100 |
---|---|---|
committer | Olivier Crête <olivier.crete@collabora.com> | 2014-07-07 15:47:02 -0400 |
commit | 9981969d7dc14d6eb67389b56c37194938841c61 (patch) | |
tree | ab72eb3febcdbee43d682c76dfa058d61b50cc2f /nice | |
parent | 46fd481b5a1cb7746e9d5c5d16695a6fb7f1de76 (diff) | |
download | libnice-9981969d7dc14d6eb67389b56c37194938841c61.tar.gz |
nice: Expose UPnP support in nice.pc.in
It might be useful for dependent packages to check whether libnice was
compiled with UPnP support, so expose that as a variable in the
pkg-config file, set to ‘true’ if supported, and the empty string
otherwise.
Diffstat (limited to 'nice')
-rw-r--r-- | nice/nice.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nice/nice.pc.in b/nice/nice.pc.in index edc01f5..9461daa 100644 --- a/nice/nice.pc.in +++ b/nice/nice.pc.in @@ -2,6 +2,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +upnp_enabled=@UPNP_ENABLED@ Name: libnice Description: ICE library |