Lines Matching full:libs
102 libs_excludes += [join_paths(meson.current_source_dir(), '..', 'gst-libs/gst/*/', h)]
105 libs = [ variable
119 libs += [['gl', gl_gir, gstgl_dep]]
121 libs += [['gl-egl', gl_egl_gir, gstgl_dep, [
122 join_paths('../gst-libs/gst', 'gl', 'egl', 'gstegl.[ch]'),
123 join_paths('../gst-libs/gst', 'gl', 'egl', 'gsteglimage.[ch]'),
124 join_paths('../gst-libs/gst', 'gl', 'egl', 'gstgldisplay_egl.[ch]'),
125 join_paths('../gst-libs/gst', 'gl', 'egl', 'gstgldisplay_egl_device.[ch]'),
126 join_paths('../gst-libs/gst', 'gl', 'egl', 'gstglmemoryegl.[ch]'),
130 libs += [['gl-x11', gl_x11_gir, gstgl_dep, [
131 join_paths('../gst-libs/gst', 'gl', 'x11', 'gstgldisplay_x11.[ch]'),
135 libs += [['gl-wayland', gl_wayland_gir, gstgl_dep, [
136 join_paths('../gst-libs/gst', 'gl', 'wayland', 'gstgldisplay_wayland.[ch]'),
149 foreach lib: libs
160 gi_c_sources: [join_paths('../gst-libs/gst', name, '*.[hc]')] + extra_sources,
163 gi_c_source_roots: [join_paths(meson.current_source_dir(), '../gst-libs/gst/' + name), ],
164 sitemap: 'libs/' + name + '/sitemap.txt',
165 index: 'libs/' + name + '/index.md',
166 gi_index: 'libs/' + name + '/index.md',
182 c_sources: ['../gst-libs/gst/riff/*.[hc]'],
184 sitemap: 'libs/riff/sitemap.txt',
185 index: 'libs/riff/index.md',
186 c_index: 'libs/riff/index.md',