diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-27 09:52:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-01 13:10:06 +0100 |
commit | 9f2c7d7d67c228ae6a02f50082f0c6d10703f483 (patch) | |
tree | ad36e34b180b4c6db68fb37a9f353b5f29f22fcf /.gitmodules | |
parent | 187cd1d9f30d13f0d0ef682e4d91cfa3e4cbd472 (diff) | |
download | qemu-9f2c7d7d67c228ae6a02f50082f0c6d10703f483.zip qemu-9f2c7d7d67c228ae6a02f50082f0c6d10703f483.tar.gz qemu-9f2c7d7d67c228ae6a02f50082f0c6d10703f483.tar.bz2 |
pixman: add submodule
Add pixman submodule as fallback for old distros.
Picking version 0.18.4. This is shipped by rhel6
and also the minimum version needed by spice so this
should serve well as baseline.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index eca876f..cfa2af9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "roms/sgabios"] path = roms/sgabios url = git://git.qemu.org/sgabios.git +[submodule "pixman"] + path = pixman + url = git://anongit.freedesktop.org/pixman |