PKGNAME=libgsf
PKGSEC=gnome
PKGDEP="libxml2 gdk-pixbuf bzip2"
# Note: gtk-doc is needed for RECONF.
BUILDDEP="gobject-introspection gtk-doc intltool"
PKGDES="GObject library to handle structured file formats"

AUTOTOOLS_AFTER=(
    '--enable-introspection'
    '--disable-gtk-doc'
)
