From 06ef052e7176a139d4d6267b2525e1736a8a7cf4 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 18 Jul 2024 12:16:31 +0200 Subject: move c header to astal-apps.h --- src/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 21eef08..e4f0d59 100644 --- a/src/meson.build +++ b/src/meson.build @@ -2,7 +2,6 @@ version_split = meson.project_version().split('.') api_version = version_split[0] + '.' + version_split[1] gir = 'AstalApps-' + api_version + '.gir' typelib = 'AstalApps-' + api_version + '.typelib' -so = 'libastal-apps.so.' + meson.project_version() config = configure_file( input: 'config.vala.in', @@ -34,12 +33,12 @@ 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(), install: true, - install_dir: [true, get_option('includedir') / 'astal', true, true], + install_dir: [true, true, true, true], ) import('pkgconfig').generate( -- cgit v1.2.3