mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-23 17:19:13 +00:00
meson.build: fix missing config.h include
Add include_directory arguments to the meson.build files in src and tools so the config.h include can be found. Fixes: #57 Signed-off-by: callmetango <callmetango@users.noreply.github.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
497585a4e0
commit
1f236e69b8
@@ -136,6 +136,7 @@ endif
|
||||
shared_module('intel_drv',
|
||||
sources : intel_drv_sources,
|
||||
dependencies : intel_drv_deps,
|
||||
include_directories: inc,
|
||||
link_with : intel_drv_libs,
|
||||
c_args : [
|
||||
'-DMAJOR_IN_SYSMACROS',
|
||||
|
||||
@@ -18,6 +18,7 @@ if with_tools
|
||||
c_args : [
|
||||
'-Wno-unused-parameter',
|
||||
],
|
||||
include_directories: inc,
|
||||
install : true)
|
||||
|
||||
configure_file(input : 'intel-virtual-output.man',
|
||||
@@ -54,6 +55,7 @@ if with_tools
|
||||
c_args : [
|
||||
'-Wno-unused-parameter',
|
||||
],
|
||||
include_directories: inc,
|
||||
install : false)
|
||||
endif
|
||||
|
||||
@@ -81,6 +83,7 @@ if with_backlight_helper
|
||||
c_args : [
|
||||
'-DMAJOR_IN_SYSMACROS',
|
||||
],
|
||||
include_directories: inc,
|
||||
install : true)
|
||||
|
||||
polkit_config = configuration_data()
|
||||
|
||||
Reference in New Issue
Block a user