Commit 2ac747ec authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated pixman 0.38.4

parent d6c0c3f9
all: all:
tar xf pixman-0.34.0.tar.gz tar xf pixman-0.38.4.tar.gz
cd pixman-0.34.0 && ./configure --prefix=/usr --disable-static cd pixman-0.38.4 && ./configure --prefix=/usr --disable-static
$(MAKE) -C pixman-0.34.0 $(MAKE) -C pixman-0.38.4
$(MAKE) -C pixman-0.34.0 check $(MAKE) -C pixman-0.38.4 check
$(MAKE) -C pixman-0.34.0 install $(MAKE) -C pixman-0.38.4 install
rm -rf pixman-0.34.0 rm -rf pixman-0.38.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