PKGNAME=libmypaint
PKGSEC=libs
PKGDEP="gegl-0.4 json-c json-glib"
BUILDDEP="doxygen gobject-introspection intltool sphinx"
PKGDES="A library for making brushstrokes which is used by MyPaint and other projects"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--disable-docs'
    '--enable-gegl'
    '--enable-introspection'
)

PKGBREAK="gimp<=2.10.20"
