mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Add GL/EGL extension loader generator
This commit is contained in:
parent
543601e86c
commit
c0e5feea37
9 changed files with 143 additions and 77 deletions
|
|
@ -14,6 +14,10 @@ add_project_arguments(
|
|||
'-DWLR_SRC_DIR="@0@"'.format(meson.source_root()),
|
||||
language: 'c',
|
||||
)
|
||||
add_project_arguments(
|
||||
'-I@0@'.format(meson.build_root()),
|
||||
language: 'c',
|
||||
)
|
||||
add_project_link_arguments(
|
||||
'-Wl,-rpath,@0@'.format(meson.build_root()),
|
||||
language: 'c',
|
||||
|
|
@ -69,8 +73,8 @@ if elogind.found() and get_option('enable_elogind')
|
|||
endif
|
||||
|
||||
subdir('protocol')
|
||||
subdir('backend')
|
||||
subdir('render')
|
||||
subdir('backend')
|
||||
subdir('types')
|
||||
subdir('util')
|
||||
subdir('xcursor')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue