summaryrefslogtreecommitdiff
path: root/bindings/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/meson.build')
-rw-r--r--bindings/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/meson.build b/bindings/meson.build
index 76ee9b0b..3ca2142a 100644
--- a/bindings/meson.build
+++ b/bindings/meson.build
@@ -14,6 +14,10 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <https://www.gnu.org/licenses/>.
+if get_option('glade') and get_option('gtk3')
+ subdir('glade')
+endif
+
if get_option('gir') and (get_option('gtk3') or get_option('gtk4'))
subdir('gir')
endif