mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-18 00:41:04 +00:00

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
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' ],
|
|
}
|