mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-28 16:20:18 +00:00
Drop magick probe from GTK Meson build
This commit is contained in:
@@ -106,7 +106,6 @@ def parse_args():
|
||||
|
||||
def main():
|
||||
args = parse_args()
|
||||
magick_cmd()
|
||||
svg = pathlib.Path(args.input_svg)
|
||||
out_png = pathlib.Path(args.output_png)
|
||||
out_png.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
icon_gen = find_program('generate_icons.py')
|
||||
find_program('magick', required: true)
|
||||
find_program('magick', required: host_machine.system() == 'windows')
|
||||
|
||||
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
||||
custom_target('zoitechat_png',
|
||||
|
||||
Reference in New Issue
Block a user