Remove glib and gobject dependencies everywhere
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-base / tests / examples / snapshot / meson.build
1 if gdk_pixbuf_dep.found()
2   executable('snapshot', 'snapshot.c',
3     c_args : gst_plugins_base_args,
4     include_directories: [configinc, libsinc],
5     dependencies : [libm, gst_dep, video_dep, gdk_pixbuf_dep],
6     install: false)
7 endif