--- a/libpurple/protocols/zephyr/meson.build Fri Oct 01 17:48:58 2021 -0500 +++ b/libpurple/protocols/zephyr/meson.build Fri Oct 01 17:49:31 2021 -0500 @@ -70,6 +70,12 @@ endif if DYNAMIC_ZEPHYR + zephyr_resources = gnome.compile_resources('zephyrresource', + 'resources/zephyr.gresource.xml', + source_dir : 'resources', + c_name : 'zephyr') + ZEPHYR_SOURCES += zephyr_resources + zephyr_prpl = shared_library('zephyr', ZEPHYR_SOURCES, c_args : '-Dlint', dependencies : [extdep, libpurple_dep, glib],