Commit 5e9d7b67 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded cairo to 1.17.4

parent b5693874
all: all:
tar xf cairo-1.17.2+f93fc72c03e.tar.xz tar xf cairo-1.17.4.tar.xz
cd cairo-1.17.2+f93fc72c03e && autoreconf -fv cd cairo-1.17.4 && autoreconf -fv
cd cairo-1.17.2+f93fc72c03e && ./configure --prefix=/usr --disable-static --enable-tee --disable-xlib cd cairo-1.17.4 && ./configure --prefix=/usr --disable-static --enable-tee --disable-xlib
$(MAKE) -C cairo-1.17.2+f93fc72c03e $(MAKE) -C cairo-1.17.4
$(MAKE) -C cairo-1.17.2+f93fc72c03e install $(MAKE) -C cairo-1.17.4 install
rm -rf cairo-1.17.2+f93fc72c03e rm -rf cairo-1.17.4
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