This website requires JavaScript.
Explore
Help
Sign in
dallasgroot
/
Gimp
Watch
1
Star
0
Fork
You've already forked Gimp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7fc7683cae
Gimp
/
plug-ins
/
python
/
tests
/
meson.build
2 lines
29 B
Meson
Raw
Normal View
History
Unescape
Escape
Issue #11317: make Python plug-ins mandatory. Unlike the other bindings (Lua, JS, Vala) where we only have a demo plug-in, we actually have a bunch of interesting and useful Python plug-ins. Furthermore, we are running several Python scripts through GIMP during our build (to generate a few images), so pygobject becomes a build dependency anyway, even if it may not be a run dependency with -Dpython=disabled. This all becomes a bit confusing and in fact handling this case (of not installing Python plug-ins) seems like an annoyance while we lose good core plug-ins. So let's just make Python plug-ins mandatory. It's not like Python is very controversial these days, and AFAWK, it is available on every platform out there.
2024-08-08 16:01:58 -07:00
subdir
(
'test-file-plug-ins'
)
Reference in a new issue
Copy permalink