This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix harfbuzz build, build GDAL 2.0.2
- Loading branch information
1 parent
0396e1b
commit dc251f8
Showing
4 changed files
with
8 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,12 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index de1925c..d332074 100644 | ||
index bcd3a7c..439aa73 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -19,7 +19,6 @@ include_directories(AFTER | ||
@@ -20,7 +20,6 @@ include_directories(AFTER | ||
|
||
add_definitions(-DHAVE_OT) | ||
add_definitions(-DHAVE_ATEXIT) | ||
-add_definitions(-DHB_NO_MT) | ||
add_definitions(-DHB_DISABLE_DEPRECATED) | ||
## | ||
|
||
@@ -44,7 +43,6 @@ ragel_preproc(harfbuzz/src hb-buffer-deserialize-json .hh) | ||
ragel_preproc(harfbuzz/src hb-buffer-deserialize-text .hh) | ||
ragel_preproc(harfbuzz/src hb-ot-shape-complex-indic-machine .hh) | ||
ragel_preproc(harfbuzz/src hb-ot-shape-complex-myanmar-machine .hh) | ||
-ragel_preproc(harfbuzz/src hb-ot-shape-complex-sea-machine .hh) | ||
## | ||
|
||
## Make hb-version.h | ||
@@ -74,7 +72,6 @@ set(project_sources | ||
${CMAKE_CURRENT_BINARY_DIR}/hb-buffer-deserialize-text.hh | ||
${CMAKE_CURRENT_BINARY_DIR}/hb-ot-shape-complex-indic-machine.hh | ||
${CMAKE_CURRENT_BINARY_DIR}/hb-ot-shape-complex-myanmar-machine.hh | ||
- ${CMAKE_CURRENT_BINARY_DIR}/hb-ot-shape-complex-sea-machine.hh | ||
) | ||
|
||
set(project_headers | ||
@@ -147,11 +144,12 @@ set(project_sources | ||
harfbuzz/src/hb-ot-shape-complex-indic.cc | ||
harfbuzz/src/hb-ot-shape-complex-indic-table.cc | ||
harfbuzz/src/hb-ot-shape-complex-myanmar.cc | ||
- harfbuzz/src/hb-ot-shape-complex-sea.cc | ||
harfbuzz/src/hb-ot-shape-complex-thai.cc | ||
harfbuzz/src/hb-ot-shape-complex-tibetan.cc | ||
harfbuzz/src/hb-ot-shape-fallback.cc | ||
harfbuzz/src/hb-ot-shape-normalize.cc | ||
+ harfbuzz/src/hb-ot-shape-complex-use.cc | ||
+ harfbuzz/src/hb-ot-shape-complex-use-table.cc | ||
|
||
harfbuzz/src/hb-ot-layout-common-private.hh | ||
harfbuzz/src/hb-ot-layout-gdef-table.hh | ||
@@ -202,7 +200,7 @@ endif () | ||
if (HB_BUILTIN_UCDN) | ||
include_directories(harfbuzz/src/hb-ucdn) | ||
add_definitions(-DHAVE_UCDN) | ||
- | ||
+ | ||
set(project_headers ${project_headers} harfbuzz/src/hb-ucdn/ucdn.h) | ||
|
||
set(project_sources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters