gitlab-ci: our CI base system (Arch) fixed their libmypaint package.

See: https://bugs.archlinux.org/task/62468
(cherry picked from commit 035802c5a6)
This commit is contained in:
Jehan
2019-09-11 17:09:05 +02:00
committed by Michael Schumacher
parent 5599dcb5a6
commit bb70b268e1

View File

@ -161,9 +161,7 @@ gegl-git:
script:
- mkdir _build
- cd _build
- LIBMYPAINT_CFLAGS="-I/usr/include/libmypaint-1.3 -I/usr/include/json-c"
LIBMYPAINT_LIBS="-lmypaint-1.3 -ljson-c"
../autogen.sh
- ../autogen.sh
--prefix="${INSTALL_PREFIX}"
--enable-debug
- make -j "$(nproc)"