mirror of https://github.com/intel/libva-utils.git
5 lines
213 B
Meson
5 lines
213 B
Meson
![]() |
executable('vainfo', [ 'vainfo.c' ],
|
||
|
c_args: [ '-DLIBVA_VERSION_S="' + meson.project_version() + '"' ],
|
||
|
dependencies: [ libva_display_dep, dependency('threads'), ],
|
||
|
install: true)
|