fix header location in gir file

This commit is contained in:
kotontrion
2024-07-17 08:35:15 +02:00
parent edc4848b11
commit 8ed44bdd98
+1 -1
View File
@@ -46,7 +46,7 @@ if get_option('introspection')
symbol_prefix : 'astal_river',
identifier_prefix : 'AstalRiver',
includes : ['GObject-2.0', 'Gio-2.0'],
header : 'astal/river.h',
header : 'astal-river.h',
export_packages : pkg_config_name,
install : true
)