Skip to content

Commit

Permalink
remove va_trace.h from installation list
Browse files Browse the repository at this point in the history
just keep it internal for compilation
Fixes #803

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Apr 3, 2024
1 parent 1b7d71f commit 0d3d31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion va/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if WITH_X11
'x11/va_dricommon.h',
]

libva_x11_headers = ['va_x11.h'] + libva_dri_headers + ['va_trace.h']
libva_x11_headers = ['va_x11.h'] + libva_dri_headers

libva_headers_subproject += libva_dri_headers

Expand All @@ -165,6 +165,7 @@ if WITH_X11
'x11/va_dri3.h',
'x11/va_fglrx.h',
'x11/va_nvctrl.h',
'va_trace.h',
]

install_headers(libva_x11_headers, subdir : 'va')
Expand Down

0 comments on commit 0d3d31c

Please sign in to comment.