mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
11 lines
472 B
Text
11 lines
472 B
Text
--- resources/meson.build.orig 2023-01-04 02:02:45 UTC
|
|
+++ resources/meson.build
|
|
@@ -68,7 +68,7 @@ elif host_platform == 'darwin'
|
|
output: 'Info.plist',
|
|
configuration: conf_data,
|
|
)
|
|
-elif host_platform == 'linux'
|
|
+else
|
|
data_files += to_array.process(rendered_icons['icon_exe'], extra_args: 'icon_exe_png')
|
|
data_files += to_array.process(rendered_icons['icon_cps'], extra_args: 'icon_cps_png')
|
|
data_files += to_array.process('save.xml', extra_args: 'save_xml')
|