File: meson.build

package info (click to toggle)
gst-python1.0 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,804 kB
  • sloc: sh: 4,822; python: 1,460; perl: 1,431; ansic: 835; makefile: 205
file content (8 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
gst_elements_shared = shared_library('gstpython',
    ['gstpythonplugin.c'],
    c_args : '-DHAVE_CONFIG_H -DPY_LIB_LOC=@0@'.format(pylib_loc),
    include_directories : [configinc],
    dependencies : [gst_dep, pygobject_dep, gstbase_dep, python_dep, gmodule_dep],
    install : true,
    install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
)