mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Make style more consistent
This commit is contained in:
parent
869dca1bce
commit
a2bbf2c1f7
3 changed files with 20 additions and 13 deletions
|
|
@ -1,6 +1,7 @@
|
|||
glgen = find_program('../glgen.sh')
|
||||
|
||||
glapi = custom_target('glapi',
|
||||
glapi = custom_target(
|
||||
'glapi',
|
||||
input: 'glapi.txt',
|
||||
output: ['@BASENAME@.c', '@BASENAME@.h'],
|
||||
command: [glgen, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@'],
|
||||
|
|
@ -19,8 +20,7 @@ lib_wlr_render = static_library(
|
|||
'wlr_renderer.c',
|
||||
'wlr_texture.c',
|
||||
),
|
||||
glapi[0],
|
||||
glapi[1],
|
||||
glapi,
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [egl, glesv2, pixman, wayland_server],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue