summaryrefslogtreecommitdiff
blob: 798a6cdea7ace10793af54e37248deecb392dfd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Link against system copies of zlib/libpng/libjpeg/bzip2
Forwarded: not-yet
Author: Vincent Cheng <vcheng@debian.org>
Last-Update: 2016-07-17

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,6 +416,11 @@
     ${JPEG_LIBRARIES}
     ${TURBOJPEG_LIBRARY}
     #${VPX_LIBRARIES}
+    X11
+    z
+    png
+    jpeg
+    bz2
     )
 
 if(NOT SERVER_ONLY)