parent
2f54d3ef62
commit
cc835fa938
@ -1,14 +1,14 @@
|
|||||||
prefix=@prefix@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
libdir=@libdir@
|
libdir=@CMAKE_INSTALL_PREFIX@/lib
|
||||||
includedir=@includedir@
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
||||||
|
|
||||||
Name: LibVNCClient
|
Name: LibVNCClient
|
||||||
Description: A library for easy implementation of a VNC client.
|
Description: A library for easy implementation of a VNC client.
|
||||||
Version: @VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Requires.private: zlib
|
Requires.private: zlib
|
||||||
Libs: -L${libdir} -lvncclient
|
Libs: -L${libdir} -lvncclient
|
||||||
Libs.private: @LIBS@ @WSOCKLIB@
|
Libs.private: @PRIVATE_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
||||||
|
Loading…
Reference in new issue