From c0e5feea37dbc95675face03bc4707ad09db20b8 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 8 Oct 2017 13:19:25 +1300 Subject: Add GL/EGL extension loader generator --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 57c26b0f..179550d6 100644 --- a/meson.build +++ b/meson.build @@ -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') -- cgit v1.2.3