File: meson.build

package info (click to toggle)
gstreamer-vaapi 1.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,576 kB
  • sloc: ansic: 76,250; python: 189; makefile: 28
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
if get_option('tests').disabled() or static_build
  subdir_done()
endif

if gstcheck_dep.found()
  subdir('check')
endif

if not get_option('examples').disabled()
  subdir('examples')
  subdir('internal')
endif