- 18 10月, 2017 2 次提交
-
-
由 Chun-wei Fan 提交于
This adds support to the CMake build files to support building HarfBuzz-GObject, which is actually a little bit complicated, as we need to: -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL (for older, pre 2.53.4, GLib/GObject) script. This matters more for Visual Studio builds as shebang lines are not supported, so we need to test-run it with PERL or Python to determine which is the correct interpretor to use. -Next, we need to replace strings in the sources that we obtain from running glib-mkenums. So, the solution here is to use a small utility CMake script for our purposes here, to maintain maximum compatibility. -Ensure that things do work in the Visual Studio IDE builds.
-
由 Chun-wei Fan 提交于
Include the fallback sources in the build, and update src/Makefile.sources so that it can be read by the CMake build files. Fix a typo in the DirectWrite configure option so that we can properly enable DirectWrite builds. Also, when building the utility program, install them as well.
-
- 12 10月, 2017 1 次提交
-
-
由 Khaled Hosny 提交于
Instead of searching for freetype using pkg-config, use the FindFreetype feature of CMake. This allows for better integration with other projects that make use of CMake. Fixes https://github.com/behdad/harfbuzz/issues/518
-
- 19 6月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 14 5月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 05 5月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 20 4月, 2017 1 次提交
-
-
由 ebraminio 提交于
-
- 17 4月, 2017 1 次提交
-
-
由 ebraminio 提交于
-
- 14 4月, 2017 3 次提交
- 13 4月, 2017 1 次提交
-
-
由 ebraminio 提交于
-
- 12 4月, 2017 2 次提交
- 05 4月, 2017 1 次提交
-
-
由 ebraminio 提交于
-
- 04 4月, 2017 1 次提交
-
-
由 ebraminio 提交于
-