You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
368 B
14 lines
368 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_PREFIX@/lib
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
|
|
Name: LibVNCServer
|
|
Description: A library for easy implementation of a VNC server.
|
|
Version: @PACKAGE_VERSION@
|
|
Requires:
|
|
Requires.private: zlib
|
|
Libs: -L${libdir} -lvncserver
|
|
Libs.private: @PRIVATE_LIBS@
|
|
Cflags: -I${includedir}
|