This website requires JavaScript.
Explore
Help
Register
Sign In
blankie
/
wlroots
Watch
1
Star
0
Fork
You've already forked wlroots
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d6a1e6fd79
wlroots
/
util
/
meson.build
8 lines
100 B
Meson
Raw
Normal View
History
Unescape
Escape
Refactor meson build files Use tabs for indentation and break up function calls over 80 col.
2017-08-30 18:30:47 +00:00
lib_wlr_util
=
static_library
(
'wlr_util'
,
files
(
'log.c'
,
)
,
include_directories
:
wlr_inc
,
)