Skip to content

Commit

Permalink
app: fix build with extra include paths
Browse files Browse the repository at this point in the history
[ upstream commit 64fd212 ]

The "includes" variable in the app/meson.build file was ignored when
building the executable, meaning that apps couldn't pass additional
include paths directly back. Fix this to align with drivers and libs.

Fixes: fa036e7 ("app: generalize meson build")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
bruce-richardson authored and cpaelzer committed Feb 3, 2021
1 parent 148a3e3 commit 2b5df8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ foreach app:apps
c_args: cflags,
link_whole: link_libs,
dependencies: dep_objs,
include_directories: includes,
install_rpath: join_paths(get_option('prefix'),
driver_install_path),
install: true)
Expand Down

0 comments on commit 2b5df8d

Please sign in to comment.