PKGNAME=desmume
PKGSEC=games
PKGDEP="libglade openal-soft soundtouch gtkglext lua alsa-lib glu libpcap \
        tinyxml"
BUILDDEP="intltool"
PKGDES="A Nintendo DS Emulator"

MESON_AFTER="-D openal=true \
	-D frontend-gtk=true \
	-D wifi=true"

# FTBFS:
# arm64: cannot convert in initialization
# ppc64el: vec_st was not declared in this scope
# loongson3: undefined reference to `filestream_close'
FAIL_ARCH="@(arm64|loongson3|ppc64el)"
