subprojects: freetyp2: bump to 2.12.1
[platform/upstream/gstreamer.git] / tests / static-plugins / meson.build
1
2 dep = dependency('gstreamer-full-1.0', required: get_option('default_library') == 'static')
3 if dep.found()
4         test_gst_full_features = executable('test-gst-full-features', 'test-gst-full-features.c', dependencies : gst_full_dep)
5         test('test-gst-full-features', test_gst_full_features)
6         test_gst_full = executable('test-gst-full', 'test-gst-full.c', dependencies : gst_full_dep)
7         test('test-gst-full', test_gst_full)
8 endif