ports/editors/elementary-code/files/patch-plugins_editorconfig_meson.build
Li-Wen Hsu 897f127529 Add editors/elementary-code, code editor designed for elementary OS
PR:		247610
Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>
2020-06-29 08:22:17 +00:00

12 lines
343 B
Text

--- plugins/editorconfig/meson.build.orig 2020-06-28 09:00:29 UTC
+++ plugins/editorconfig/meson.build
@@ -7,7 +7,8 @@ module_files = [
module_deps = [
codecore_dep,
- meson.get_compiler('c').find_library('editorconfig')
+ meson.get_compiler('c')
+ .find_library('editorconfig', dirs: ['/usr/local/lib'])
]
shared_module(