PKGNAME=libxfce4ui
PKGSEC=xfce
PKGDEP="libxfce4util gtk-3 xfconf startup-notification libgtop \
        libepoxy libgudev"
BUILDDEP="intltool gtk-doc gobject-introspection vala"
PKGDES="Common UI library for Xfce"

ABTYPE=autotools
# FIXME: Shadow build causes Vala bindings to fail to build.
ABSHADOW=0
# FIXME: Re-generation fails.
#
# docs/reference/Makefile.am:26: error: ENABLE_X11 does not appear in AM_CONDITIONAL
# glade/Makefile.am:9: error: HAVE_GLADEUI2 does not appear in AM_CONDITIONAL
# glade/Makefile.am: installing './depcomp'
# glade/icons/16x16/Makefile.am:1: error: HAVE_GLADEUI2 does not appear in AM_CONDITIONAL
# glade/icons/22x22/Makefile.am:1: error: HAVE_GLADEUI2 does not appear in AM_CONDITIONAL
# libxfce4kbd-private/Makefile.am:58: error: ENABLE_X11 does not appear in AM_CONDITIONAL
# libxfce4ui/Makefile.am:73: error: ENABLE_X11 does not appear in AM_CONDITIONAL
# libxfce4ui/Makefile.am:156: error: ENABLE_X11 does not appear in AM_CONDITIONAL
# libxfce4ui/Makefile.am:163: error: ENABLE_WAYLAND does not appear in AM_CONDITIONAL
# xfce4-about/Makefile.am:20: error: HAVE_GLIBTOP does not appear in AM_CONDITIONAL
# autoreconf: error: automake failed with exit status: 1
RECONF=0

AUTOTOOLS_AFTER=(
    '--enable-vala'
)
