qulogic/pidgin3-deps

Add Conanfile for external deps

6 months ago, Elliott Sales de Andrade
003104a9cc52
Add Conanfile for external deps
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