diff options
| author | Tobias Junghans <tobydox@veyon.io> | 2018-11-22 15:19:37 +0100 |
|---|---|---|
| committer | Tobias Junghans <tobydox@veyon.io> | 2018-11-22 15:28:21 +0100 |
| commit | e66a8a17f3fb2dc87ebd35535c9a310068ba3b4a (patch) | |
| tree | 6353d0fafc84e11ebecdea2ba149c16f78cceaed /rfb | |
| parent | 1452b9a6ae082382215a8d0ddcdbb38df38d9aeb (diff) | |
| download | libtdevnc-e66a8a17f3fb2dc87ebd35535c9a310068ba3b4a.tar.gz libtdevnc-e66a8a17f3fb2dc87ebd35535c9a310068ba3b4a.zip | |
Allow to use global LZO library instead of miniLZO
The complete LZO library nowadays is installed on many systems so we can
optionally make use of it and omit internal miniLZO implementation.
Diffstat (limited to 'rfb')
| -rw-r--r-- | rfb/rfbconfig.h.cmakein | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmakein b/rfb/rfbconfig.h.cmakein index 2d165c5..f5d8d78 100644 --- a/rfb/rfbconfig.h.cmakein +++ b/rfb/rfbconfig.h.cmakein @@ -72,6 +72,9 @@ /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine LIBVNCSERVER_HAVE_LIBZ 1 +/* Define to 1 if you have the `lzo2' library (-llzo2). */ +#cmakedefine LIBVNCSERVER_HAVE_LZO 1 + /* Define to 1 if you have the <netinet/in.h> header file. */ #cmakedefine LIBVNCSERVER_HAVE_NETINET_IN_H 1 |
