Fix installed Pidgin headers
Review Request #656 — Created May 16, 2021 and submitted
- Install Pidgin headers to the correct directory.
The main header includes subheaders aspidgin/...
, so they need to be installed that way. - Add libhandy to pidgin pkgconfig.
- Ensure
pidginenums.h
is installed. - Add some variables around pidgin include install paths.
Compiled a file with
#include <pidgin.h>
usingpkgconf --cflags pidgin-3
.