summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-17 08:35:15 +0200
committerkotontrion <[email protected]>2024-07-17 08:35:15 +0200
commit8ed44bdd982b3d9bb33ea144ba7766052a6cad16 (patch)
treef4bfe89fb21ad1d00788f0882ce5b8d379db36a9 /src
parentedc4848b11753f67657b633363c9524bc833954f (diff)
fix header location in gir file
Diffstat (limited to 'src')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
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
)