89429885a0
* new CMake option PKG_CONFIG_RELOCATABLE (default ON) allows generating traditional or relocatable pc files
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}
|