achille-roussel / nanomsgxx

Nanomsg binding for C++11
MIT License
114 stars 35 forks source link

[PkgConfig] Fix nanomsg requirement #22

Open chhinze opened 5 years ago

chhinze commented 5 years ago

libnnxx.pc.in required libnanomsg, but nanomsg exports a PkgConfig file named nanomsg.pc (not libnanomsg.pc), so the requirement was not met. See the generating source (l. 370).