]> git.draconx.ca Git - gentoo-draconx.git/blob - media-plugins/gimp-python/files/2.10.20-no-mypaint-brushes.patch
Work around python-r1 eclass dropping python2.
[gentoo-draconx.git] / media-plugins / gimp-python / files / 2.10.20-no-mypaint-brushes.patch
1 diff --git a/configure.ac.orig b/configure.ac
2 index 38ebdd1..71b13db 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -1932,14 +1932,7 @@ WARNING: libmypaint lower than version 1.4.0 is known to crash when
6           parsing MyPaint 2 brushes. Please update."
7    ])
8  
9 -PKG_CHECK_MODULES(MYPAINT_BRUSHES, mypaint-brushes-1.0,,
10 -                  [add_deps_error([mypaint-brushes-1.0])])
11 -
12 -if test "x$enable_relocatable_bundle" != xno; then
13 -  mypaint_brushes_dir='${gimp_installation_dir}/share/mypaint-data/1.0/brushes'
14 -else
15 -  mypaint_brushes_dir=`$PKG_CONFIG --variable=brushesdir mypaint-brushes-1.0`
16 -fi
17 +mypaint_brushes_dir=//not/used/by/pygimp
18  AC_SUBST(mypaint_brushes_dir)
19  
20