This is way easier to maintain and creates a bigger list of
associations by following the libraries that GIMP links
(but does not work with more complex code like file-gegl).
Also helps with
https://gitlab.gnome.org/Infrastructure/gimp-macos-build/-/issues/3
(cherry picked from commit 2ce3c604e2)
5 lines
132 B
Meson
5 lines
132 B
Meson
|
|
python_plugins += {
|
|
'name': 'python-console',
|
|
'srcs': [ 'python-console/pyconsole.py', 'python-console/python-console.py' ],
|
|
}
|