mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
radv: only install 00-radv-defaults.conf if xmlconfig is used
RADV has its own drirc file. Make sure it also uses the xmlconfig enable option. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20029>
This commit is contained in:
parent
f5a26cc646
commit
db7dcc4567
1 changed files with 4 additions and 1 deletions
|
|
@ -102,7 +102,10 @@ libradv_files = files(
|
|||
|
||||
files_drirc = files('00-radv-defaults.conf')
|
||||
|
||||
install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d'))
|
||||
# Only install the drirc file if we build with support for parsing drirc files
|
||||
if use_xmlconfig
|
||||
install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d'))
|
||||
endif
|
||||
|
||||
if not with_platform_windows
|
||||
libradv_files += files(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue