mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Change how glgen.sh outputs files
This fixes building wlroots as a subproject.
This commit is contained in:
parent
fd3fa760d3
commit
dc37194291
2 changed files with 8 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ glapi = custom_target(
|
|||
'glapi',
|
||||
input: 'glapi.txt',
|
||||
output: ['@BASENAME@.c', '@BASENAME@.h'],
|
||||
command: [glgen, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@'],
|
||||
command: [glgen, '@INPUT@', '@OUTDIR@'],
|
||||
)
|
||||
|
||||
lib_wlr_render = static_library(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue