Skip to content

Commit

Permalink
chore: remove outdated, commented out code in meson build file
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 31, 2024
1 parent 081d878 commit 779d4b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ else
endif

# Dependencies
cpp_compiler = meson.get_compiler('cpp')
# Rust bindings to C++ using autocxx need libclang
# However when building as flatpak libclang is not found, even though the llvm extension is installed.
# TODO: How to fix this?
#cpp_compiler.find_library('clang')
dependency('glib-2.0', version: '>= 2.76')
dependency('gio-2.0', version: '>= 2.76')
dependency('cairo', version: '>= 1.18')
Expand Down

0 comments on commit 779d4b3

Please sign in to comment.