diff options
Diffstat (limited to '')
-rw-r--r-- | uwac/templates/uwac.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/uwac/templates/uwac.pc.in b/uwac/templates/uwac.pc.in new file mode 100644 index 0000000..c0abdee --- /dev/null +++ b/uwac/templates/uwac.pc.in @@ -0,0 +1,15 @@ +prefix=@PKG_CONFIG_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ +includedir=${prefix}/@UWAC_INCLUDE_DIR@ +libs=-luwac@UWAC_VERSION_MAJOR@ + +Name: uwac@UWAC_API_VERSION@ +Description: uwac: using wayland as a client +URL: http://www.freerdp.com/ +Version: @UWAC_VERSION@ +Requires: +Requires.private: wayland-client xkbcommon freerdp@FREERDP_VERSION_MAJOR@ +Libs: -L${libdir} ${libs} +Libs.private: +Cflags: -I${includedir} |