build: proper libmypaint v1 development branch is now libmypaint-v1.5.x.

Development switched to this branch since v1.5.0 release.
This commit is contained in:
Jehan 2020-04-13 12:22:15 +02:00
parent 0096e563f6
commit afd2b81dbf
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ cd ../..
# libmypaint
git clone --depth 1 --branch libmypaint-v1 https://github.com/mypaint/libmypaint.git && \
git clone --depth 1 --branch libmypaint-v1.5.x https://github.com/mypaint/libmypaint.git && \
mkdir libmypaint/_build && cd libmypaint/_build && \
crossroad ../configure --enable-introspection=no && make install || exit 1
cd ../..