summaryrefslogtreecommitdiff
blob: 1ea29e1db3cfc785ef49ef1fabc1824f695fa8d4 (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
@@ -351,6 +351,11 @@
     ${OPENAL_LIBRARY}
     ${OPENGL_LIBRARIES}
     ${FREETYPE_LIBRARIES}
+    X11
+    z
+    png
+    jpeg
+    bz2
     )
 
 if(UNIX AND NOT APPLE)