We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796053d commit 13d7f2eCopy full SHA for 13d7f2e
libportal/meson.build
@@ -96,6 +96,12 @@ libportal_dep = declare_dependency(
96
)
97
98
if introspection
99
+ fs = import('fs')
100
+ libportal_gir_args = []
101
+ foreach h: public_headers
102
+ libportal_gir_args += '--c-include=libportal/' + fs.name(h)
103
+ endforeach
104
+
105
libportal_gir = gnome.generate_gir(libportal,
106
sources: generated_files + public_headers + src,
107
nsversion: gir_version,
@@ -107,6 +113,7 @@ if introspection
113
includes: ['Gio-2.0'],
108
114
install: true,
109
115
export_packages: ['libportal'],
116
+ extra_args: libportal_gir_args,
110
117
111
118
if vapi
112
119
libportal_vapi = gnome.generate_vapi(
0 commit comments