File: link_against_system_libs.patch

package info (click to toggle)
supertuxkart 1.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768,576 kB
  • sloc: cpp: 412,083; xml: 106,334; ansic: 83,792; asm: 1,558; python: 1,403; sh: 1,366; objc: 452; makefile: 335; javascript: 23; awk: 20
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Link against system copies of zlib/libpng/libjpeg/bzip2
Forwarded: not-needed
Author: Vincent Cheng <vcheng@debian.org>
Last-Update: 2019-06-04

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -724,6 +724,10 @@
         ${SQUISH_LIBRARY}
         ${JPEG_LIBRARIES}
         ${OGGVORBIS_LIBRARIES}
+        X11
+        z
+        png
+        jpeg
         ${FREETYPE_LIBRARIES}
         ${HARFBUZZ_LIBRARY}
         ${SHEENBIDI_LIBRARY}