libpurple/protocols/zephyr/meson.build

changeset 41075
94a357cfec6c
parent 41066
00e6bda3ef95
child 41107
1570d8844e9a
--- 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],

mercurial