mirror of
https://github.com/zoriya/astal.git
synced 2026-05-28 08:23:38 +00:00
move c header back to astal-bluetooth.h
This commit is contained in:
+2
-2
@@ -32,12 +32,12 @@ lib = library(
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user