2023-10-09 11:00:58 +03:00
|
|
|
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
2023-04-24 15:26:57 +03:00
|
|
|
exec_prefix=${prefix}
|
2023-04-24 15:25:09 +03:00
|
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
2016-02-26 01:47:32 +03:00
|
|
|
includedir=${prefix}/@UWAC_INCLUDE_DIR@
|
2016-12-21 17:25:03 +03:00
|
|
|
libs=-luwac@UWAC_VERSION_MAJOR@
|
2016-02-26 01:47:32 +03:00
|
|
|
|
2021-06-10 10:54:35 +03:00
|
|
|
Name: uwac@UWAC_API_VERSION@
|
2016-02-26 01:47:32 +03:00
|
|
|
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}
|