[gjs: 1/2] fix readline build on certain systems
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/2] fix readline build on certain systems
- Date: Fri, 4 Dec 2020 00:08:47 +0000 (UTC)
commit 50d7546310e42cbfa24fad2cd37b3025770f7fbb
Author: Jakub KulĂk <kulikjak gmail com>
Date: Wed Dec 2 17:18:11 2020 +0100
fix readline build on certain systems
meson.build | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/meson.build b/meson.build
index 64415c09..35dd0486 100644
--- a/meson.build
+++ b/meson.build
@@ -478,6 +478,10 @@ if build_cairo
endif
endif
+if build_readline
+ libgjs_dependencies += readline_deps
+endif
+
if build_profiler
libgjs_dependencies += profiler_deps
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]