From 600563cc35beb516dd1285d4833f672a8a84064c Mon Sep 17 00:00:00 2001 From: giomatfois62 Date: Tue, 13 Feb 2024 08:08:57 +0100 Subject: [PATCH] fixed meson build after md5-c library removal --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index bac07b0ab..ff5fb2b35 100644 --- a/meson.build +++ b/meson.build @@ -187,7 +187,6 @@ rofi_sources = files( 'source/timings.c', 'source/history.c', 'source/theme.c', - 'source/md5.c', 'source/rofi-icon-fetcher.c', 'source/css-colors.c', 'source/widgets/box.c', @@ -220,7 +219,6 @@ rofi_sources = files( 'include/keyb.h', 'include/view.h', 'include/view-internal.h', - 'include/md5.h', 'include/rofi-icon-fetcher.h', 'include/helper.h', 'include/helper-theme.h',