1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-08 20:15:53 +00:00

Fix automagic zlib and jpeg dependencies.

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1201534
This commit is contained in:
Maciej Mrozowski 2010-11-28 02:50:53 +00:00
parent 527910e277
commit d55fe89023

View File

@ -1,9 +1,9 @@
project(libvncserver)
find_package(ZLIB)
macro_optional_find_package(ZLIB)
macro_log_feature(ZLIB_FOUND "ZLib" "The Zlib compression library" "http://www.zlib.net" FALSE "" "Used by the vncserver library.")
find_package(JPEG)
macro_optional_find_package(JPEG)
macro_log_feature(JPEG_FOUND "LibJPEG" "The JPEG library" "" FALSE "" "Used by the vncserver library")
include(CheckIncludeFiles)