mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build: plugins: ensure test plugins not installed in stable version
Menu Filters>Development>Demos not appear in a stable version, and not appear in unstable version unless buildtype==debug.
This commit is contained in:
parent
f0e09494e1
commit
634f3d674f
3 changed files with 14 additions and 8 deletions
|
@ -11,7 +11,7 @@ plugins = [
|
|||
{ 'name': 'spyro-plus' },
|
||||
]
|
||||
|
||||
if not stable or not release
|
||||
if (not stable or not release) and get_option('buildtype')=='debug'
|
||||
plugins += [
|
||||
{ 'name': 'test-dialog' },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue