summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nice/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/meson.build b/nice/meson.build
index 15dc250..12b99b2 100644
--- a/nice/meson.build
+++ b/nice/meson.build
@@ -33,7 +33,7 @@ install_headers('nice.h', subdir: 'nice')
nice_include = include_directories('.')
# introspection
-build_gir = gir.found() and not get_option('introspection').disabled() and get_option('default_library') != 'static'
+build_gir = gir.found() and not get_option('introspection').disabled()
if build_gir
nice_gen_sources += [
gnome.generate_gir(libnice,