Always include config.h

This commit is contained in:
emersion 2018-07-21 13:08:23 +01:00
parent 8d03bc9178
commit 41094a7df5
9 changed files with 4 additions and 10 deletions

View file

@ -25,6 +25,10 @@ add_project_arguments(
'-I@0@'.format(meson.build_root()),
language: 'c',
)
add_project_arguments(
'-include@0@'.format(join_paths(meson.build_root(), 'include', 'wlr', 'config.h')),
language: 'c',
)
add_project_link_arguments(
'-Wl,-rpath,@0@'.format(meson.build_root()),
language: 'c',