Commit 3d0fc35f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated pixman to 0.40.0

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