mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-12-23 02:19:49 +01:00
Remove meson hack
This commit is contained in:
parent
eb9fd47c2c
commit
c3e0fbdb8f
2 changed files with 0 additions and 3 deletions
2
dummy.c
2
dummy.c
|
@ -1,2 +0,0 @@
|
|||
// This is used to make meson happy
|
||||
void dummy(void);
|
|
@ -131,7 +131,6 @@ wlr_deps = [
|
|||
|
||||
lib_wlr = library(
|
||||
'wlroots',
|
||||
files('dummy.c'),
|
||||
link_whole: wlr_parts,
|
||||
dependencies: wlr_deps,
|
||||
include_directories: wlr_inc,
|
||||
|
|
Loading…
Reference in a new issue