pidgin/pidgin

5f8b886eafce
Parents 94881a28201a
Children db1b68e96dbf
Add GLADE_CATALOG_SEARCH_PATH to the devenv

Testing Done:
Verified the widgets show up in glade.

Reviewed at https://reviews.imfreedom.org/r/1047/
--- a/pidgin/glade/meson.build Tue Oct 12 05:09:42 2021 -0500
+++ b/pidgin/glade/meson.build Thu Oct 14 20:33:29 2021 -0500
@@ -4,3 +4,6 @@
configuration : version_conf,
install : true,
install_dir : get_option('datadir') / 'glade/catalogs')
+
+devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())
+