gstreamer/meson_options.txt
Havard Graff af4ade3743 meson: use new python module
This patch makes the tests pass running uninstalled and installed, with
python2 and python3 on linux, windows and osx.

The main gist is to use the new python-module to do the lifting done
by pythondetector, and with that add support for python2 and windows.
2018-10-28 17:53:44 +01:00

5 lines
174 B
Meson

option('pygi-overrides-dir', type : 'string', value : '',
description: 'Path to pygobject overrides directory')
option('python', type : 'string', value : 'python3')