summaryrefslogtreecommitdiff
path: root/meson_compile_python.py
Commit message (Collapse)AuthorAgeFilesLines
* meson_compile_python.py: call python3 for the subproccessJordan Petridis2019-07-121-2/+2
| | | | Python2 is no longer available in the GNOME Sdk.
* build: Remove pycompile utilityIñigo Martínez2017-09-211-1/+3
| | | | | | | | | Since the meson port, Totem has been using the debian specific pycompile utility. This patch removes this utility and uses the python binary to compile python files, which is also used to generate the optimized compiled files. https://bugzilla.gnome.org/show_bug.cgi?id=787965
* build: Port to meson build systemIñigo Martínez2017-06-231-0/+11
With additional testing and patches from Bastien Nocera <hadess@hadess.net> https://bugzilla.gnome.org/show_bug.cgi?id=783205