summaryrefslogtreecommitdiff
path: root/ext/wpe/wpe-extension/meson.build
blob: 9e159c730467661bd8b93b3244a49f1c9a45a76f (plain)
1
2
3
4
5
6
7
8
library('gstwpeextension',
  ['gstwpeextension.c', 'gstwpeaudiosink.c'],
  dependencies : [wpe_dep, gst_dep, gstbase_dep, giounix_dep],
  c_args : ['-DHAVE_CONFIG_H=1'],
  include_directories : [configinc],
  install : true,
  install_dir : plugins_install_dir / 'wpe-extension')