Commit 923bb644 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added Graphite2 support

parent aee6db83
...@@ -6,3 +6,12 @@ all: ...@@ -6,3 +6,12 @@ all:
-$(MAKE) -C harfbuzz-1.8.1 check -$(MAKE) -C harfbuzz-1.8.1 check
$(MAKE) -C harfbuzz-1.8.1 install $(MAKE) -C harfbuzz-1.8.1 install
rm -rf harfbuzz-1.8.1 rm -rf harfbuzz-1.8.1
graphite2:
tar xf harfbuzz-1.8.1.tar.bz2
patch -Np1 -d harfbuzz-1.8.1 < harfbuzz-1.8.1-test_fix-1.patch
cd harfbuzz-1.8.1 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-1.8.1
-$(MAKE) -C harfbuzz-1.8.1 check
$(MAKE) -C harfbuzz-1.8.1 install
rm -rf harfbuzz-1.8.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment