From d248645888c88eaf28ef334264bf4e41a06f6b4d Mon Sep 17 00:00:00 2001 From: kotontrion Date: Fri, 23 Aug 2024 10:52:40 +0200 Subject: fixes circular progress widgets --- core/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/meson.build') diff --git a/core/meson.build b/core/meson.build index 4020a81..12b4f1d 100644 --- a/core/meson.build +++ b/core/meson.build @@ -15,8 +15,6 @@ prefix = get_option('prefix') libdir = get_option('prefix') / get_option('libdir') pkgdatadir = prefix / get_option('datadir') / 'astal' -# math -add_project_arguments(['-X', '-lm'], language: 'vala') assert( get_option('lib') or get_option('cli'), -- cgit v1.2.3