File: unbundled.patch

package info (click to toggle)
nvidia-texture-tools 2.1.2~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,676 kB
  • sloc: cpp: 50,344; ansic: 10,439; sh: 62; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Andreas Beckmann <anbe@debian.org>
Description: do not use Files-Excluded bundled bits

--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -1,11 +1,15 @@
 
 ADD_SUBDIRECTORY(poshlib)
 
+if(FALSE)
 ADD_SUBDIRECTORY(EtcLib)
+endif()
 ADD_SUBDIRECTORY(rg_etc1_v104)
+if(FALSE)
 #ADD_SUBDIRECTORY(etcpack)
 
 ADD_SUBDIRECTORY(libsquish-1.15)
 
 ADD_SUBDIRECTORY(CMP_Core)
+endif()