qemu: install pixman dep, version bump

This commit is contained in:
Michael Rodler 2017-08-21 18:48:26 +02:00 committed by Yan
parent bc8e886fe9
commit d128a5276b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -ex
VERSION=v2.10.0-rc2
VERSION=v2.10.0
git clone --depth=1 -b "$VERSION" git://git.qemu-project.org/qemu.git
cd qemu

View file

@ -1,3 +1,3 @@
#!/bin/bash -ex
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev