mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +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(
|
lib_wlr = library(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
files('dummy.c'),
|
|
||||||
link_whole: wlr_parts,
|
link_whole: wlr_parts,
|
||||||
dependencies: wlr_deps,
|
dependencies: wlr_deps,
|
||||||
include_directories: wlr_inc,
|
include_directories: wlr_inc,
|
||||||
|
|
Loading…
Reference in a new issue