mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
plug-ins: Build 'file-desktop-link' only on Linux
This commit is contained in:
parent
f72b3f0a4d
commit
6b4e346c24
1 changed files with 7 additions and 3 deletions
|
@ -23,9 +23,6 @@ common_plugins_list = [
|
|||
'deps': [ gegl, gdk_pixbuf, cairo, gio, liblzma, pango, bz2, zlib, ],
|
||||
},
|
||||
{ 'name': 'file-csource', },
|
||||
{ 'name': 'file-desktop-link',
|
||||
'deps': [ gtk3, gegl, gdk_pixbuf, cairo, ],
|
||||
},
|
||||
{ 'name': 'file-dicom', },
|
||||
{ 'name': 'file-farbfeld', },
|
||||
{ 'name': 'file-gbr', },
|
||||
|
@ -176,6 +173,13 @@ if platform_windows
|
|||
common_plugins_list += { 'name': 'file-lnk', }
|
||||
endif
|
||||
|
||||
if platform_linux
|
||||
common_plugins_list += {
|
||||
'name': 'file-desktop-link',
|
||||
'deps': [ gtk3, gegl, gdk_pixbuf, cairo, ],
|
||||
}
|
||||
endif
|
||||
|
||||
if not platform_windows
|
||||
common_plugins_list += { 'name': 'mail', }
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue