if with_platform_x11 and with_dri3
libloader_dri3_helper = static_library(
'loader_dri3_helper',
- ['loader_dri3_helper.c', 'loader_dri3_helper.h'],
+ 'loader_dri3_helper.c',
c_args : c_vis_args,
include_directories : [inc_include, inc_src],
dependencies : [
libloader = static_library(
'loader',
- ['loader.c', 'loader.h', 'pci_id_driver_map.c', 'pci_id_driver_map.h',
- xmlpool_options_h],
+ ['loader.c', 'pci_id_driver_map.c', xmlpool_options_h],
c_args : [c_vis_args, '-DUSE_DRICONF',
'-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_search_path),
],