mirror of
https://github.com/zoriya/astal.git
synced 2026-06-07 19:50:41 +00:00
move c header back to astal-powerprofiles.h
This commit is contained in:
+2
-2
@@ -31,12 +31,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(
|
||||
|
||||
@@ -183,7 +183,7 @@ public struct Hold {
|
||||
public string reason;
|
||||
}
|
||||
|
||||
string kebab_case(string pascal_case) {
|
||||
private string kebab_case(string pascal_case) {
|
||||
StringBuilder kebab_case = new StringBuilder();
|
||||
|
||||
for (int i = 0; i < pascal_case.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user