From 8ed44bdd982b3d9bb33ea144ba7766052a6cad16 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 17 Jul 2024 08:35:15 +0200 Subject: fix header location in gir file --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 2e48e77..647cc87 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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 ) -- cgit v1.2.3