summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-07-18 12:18:16 +0200
committerAylur <[email protected]>2024-07-18 12:18:16 +0200
commit0bfd3a2cb4adde5c3dca8c919eca264392546f5d (patch)
tree7ead3810132421760b1ae2a26940febc8777a063 /src/meson.build
parent2e6764950aaf3df7ea1f69d470f2b9ff9f8dd1c2 (diff)
move c header back to astal-mpris.h
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 94f6dd3..9b3c51f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -33,7 +33,7 @@ if get_option('lib')
meson.project_name(),
sources,
dependencies: deps,
- vala_header: meson.project_name().replace('astal-', '') + '.h',
+ vala_header: meson.project_name() + '.h',
vala_vapi: meson.project_name() + '-' + api_version + '.vapi',
vala_gir: gir,
version: meson.project_version(),