Skip to content

Commit b9387bc

Browse files
committed
build: Include GioUnix-2.0 when scanning the headers
Cinnamon exposes in the headers types that are part of GioUnix (DesktopAppInfo), so we should make it an explicit dependency of the introspection parser, or we may not be able to parse these types.
1 parent e40c404 commit b9387bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ executable(
199199
)
200200

201201
cinnamon_gir_includes = [
202+
'GioUnix-2.0',
202203
'Clutter-0',
203204
'ClutterX11-0',
204205
'CoglPango-0',

0 commit comments

Comments
 (0)