diff options
author | kotontrion <[email protected]> | 2024-08-23 10:52:40 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-02 09:36:06 +0200 |
commit | d248645888c88eaf28ef334264bf4e41a06f6b4d (patch) | |
tree | ebb52cea020114d067b5e99f1f3ef5323492a057 /core/meson.build | |
parent | 8da6a2174296bc1b78c6dde13f6bca46e67e156a (diff) |
fixes circular progress widgets
Diffstat (limited to 'core/meson.build')
-rw-r--r-- | core/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
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'), |