mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Small linking fix
This commit is contained in:
parent
a2ba226ba3
commit
e54b1eded4
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
lib_shared = static_library('shared',
|
lib_shared = static_library('shared',
|
||||||
['shared.c', 'cat.c'],
|
['shared.c', 'cat.c'],
|
||||||
|
link_with: lib_wlr,
|
||||||
dependencies: dep_wlr)
|
dependencies: dep_wlr)
|
||||||
|
|
||||||
all_libs = [
|
all_libs = [
|
||||||
|
|
Loading…
Reference in a new issue