PKGNAME=keybinder-3.0
PKGSEC=libs
PKGDEP="gtk-3"
# Note: gtk-doc is needed for RECONF.
BUILDDEP="gobject-introspection gtk-doc setuptools-python3"
PKGDES="Library to register global keyboard shortcuts"

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