plug-ins: Build 'file-desktop-link' only on Linux

This commit is contained in:
Bruno Lopes 2025-05-30 08:36:17 -03:00
parent f72b3f0a4d
commit 6b4e346c24
No known key found for this signature in database

View file

@ -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