qulogic/pidgin3-deps

Try adding a libidn wrap file

7 months ago, Elliott Sales de Andrade
40cb8ef468fa
Try adding a libidn wrap file

This uses Meson's external project support, but that doesn't appear
to work well.
project('pidgin3-deps', meson_version : '>=0.63.0')
# pull in gtk4
dependency('gtk4', default_options: ['media-gstreamer=disabled'])
# pull in the gstreamer full build
subproject('gstreamer-full')
if get_option('include-pidgin3')
# pull in pidgin
subproject('pidgin3')
endif