PKGNAME=libpisp
PKGSEC=libs
PKGDES="Library to generate runtime configuration for the Raspberry Pi ISP (PiSP)"
# NOTE: libpisp's pkg-config specifies nlohmann-json as required
PKGDEP="cxxopts boost nlohmann-json"

ABTYPE=meson

# FIXME: gstreamer feature requires the following merge request to be merged
# Link: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9247
MESON_AFTER=(
    '-Dlogging=enabled'
    '-Dexamples=true'
    '-Dgstreamer=disabled'
)
