Gimp/plug-ins/python/python-console/meson.build
Bruno Lopes 1e0879e0da build, plug-ins: Generate *associations.list automatically at build-time
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)
2025-08-09 18:11:14 +02:00

5 lines
132 B
Meson

python_plugins += {
'name': 'python-console',
'srcs': [ 'python-console/pyconsole.py', 'python-console/python-console.py' ],
}