Skip to content

Commit 163a0e7

Browse files
committed
make meson default build system
1 parent cc90735 commit 163a0e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
build/
2+
.cache/
13
*.so
24
compile_flags.txt

hyprload.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "1.0.0"
44
author = "Duckonaut"
55

66
[split-monitor-workspaces.build]
7-
output = "split-monitor-workspaces.so"
7+
output = "build/libsplit-monitor-workspaces.so"
88
steps = [
9-
"make all",
9+
"meson setup build --wipe",
10+
"meson compile -C build",
1011
]

0 commit comments

Comments
 (0)