Commit 1147e2cf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated harfbuzz to 2.8.1

parent 12285df6
all: all:
tar xf harfbuzz-2.6.8.tar.xz tar xf harfbuzz-2.8.1.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject cd harfbuzz-2.8.1 && ./configure --prefix=/usr --with-gobject
$(MAKE) -C harfbuzz-2.6.8 $(MAKE) -C harfbuzz-2.8.1
-$(MAKE) -C harfbuzz-2.6.8 check -$(MAKE) -C harfbuzz-2.8.1 check
$(MAKE) -C harfbuzz-2.6.8 install $(MAKE) -C harfbuzz-2.8.1 install
rm -rf harfbuzz-2.6.8 rm -rf harfbuzz-2.8.1
graphite2: graphite2:
tar xf harfbuzz-2.6.8.tar.xz tar xf harfbuzz-2.8.1.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject --with-graphite2 cd harfbuzz-2.8.1 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-2.6.8 $(MAKE) -C harfbuzz-2.8.1
-$(MAKE) -C harfbuzz-2.6.8 check -$(MAKE) -C harfbuzz-2.8.1 check
$(MAKE) -C harfbuzz-2.6.8 install $(MAKE) -C harfbuzz-2.8.1 install
rm -rf harfbuzz-2.6.8 rm -rf harfbuzz-2.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