summaryrefslogtreecommitdiff
path: root/user/graphite2/cmake.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 03:17:58 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 03:17:58 -0500
commit6d76d1686c387ab06f9118079fba66901afcd616 (patch)
tree1823a940587968a7295e33c73a63916962f8073d /user/graphite2/cmake.patch
parent9dcb14ac47244425af9f31e88fd393f086c499da (diff)
downloadpackages-6d76d1686c387ab06f9118079fba66901afcd616.tar.gz
packages-6d76d1686c387ab06f9118079fba66901afcd616.tar.bz2
packages-6d76d1686c387ab06f9118079fba66901afcd616.tar.xz
packages-6d76d1686c387ab06f9118079fba66901afcd616.zip
user/graphite2: pull in, fix slightly
Diffstat (limited to 'user/graphite2/cmake.patch')
-rw-r--r--user/graphite2/cmake.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/user/graphite2/cmake.patch b/user/graphite2/cmake.patch
new file mode 100644
index 000000000..41f1e5187
--- /dev/null
+++ b/user/graphite2/cmake.patch
@@ -0,0 +1,13 @@
+--- ./tests/CMakeLists.txt.orig
++++ ./tests/CMakeLists.txt
+@@ -58,7 +58,9 @@
+ LINKER_LANGUAGE C)
+ endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
+
+-add_subdirectory(comparerenderer)
++if (GRAPHITE2_COMPARE_RENDERER)
++ add_subdirectory(comparerenderer)
++endif (GRAPHITE2_COMPARE_RENDERER)
+ add_subdirectory(endian)
+ add_subdirectory(bittwiddling)
+ if (NOT GRAPHITE2_NFILEFACE)