mirror of https://github.com/FreeRDP/FreeRDP
16 lines
447 B
PkgConfig
16 lines
447 B
PkgConfig
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}
|