gplugin/gplugin

324c493cf9cf
Parents 9abe6ad22e9c
Children d5c02a5c4af9
Add GLADE_CATALOG_SEARCH_PATH to the devenv

Testing Done:
Verfied the widgets show up in glade.

Reviewed at https://reviews.imfreedom.org/r/1046/
--- a/gplugin-gtk3/gplugin-gtk3.xml.in Tue Oct 12 02:35:57 2021 -0500
+++ b/gplugin-gtk3/gplugin-gtk3.xml.in Thu Oct 14 20:29:14 2021 -0500
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<glade-catalog name="gplugin-gtk"
version="@GPLUGIN_VERSION@"
- library="gplugin-gtk"
+ library="gplugin-gtk3"
domain="gplugin"
depends="gtk+"
book="GPlugin">
--- a/gplugin-gtk3/meson.build Tue Oct 12 02:35:57 2021 -0500
+++ b/gplugin-gtk3/meson.build Thu Oct 14 20:29:14 2021 -0500
@@ -53,6 +53,9 @@
install : true,
install_dir : get_option('includedir') / 'gplugin-gtk3-1.0')
+###############################################################################
+# Glade Catalog
+###############################################################################
gplugin_gtk3_xml = configure_file(
input : 'gplugin-gtk3.xml.in',
output: 'gplugin-gtk3.xml',
@@ -61,6 +64,8 @@
install_dir : get_option('datadir') / 'glade' / 'catalogs',
)
+devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())
+
###############################################################################
# Resource Target
###############################################################################