[gnome-dictionary] build: Add the appropriate directory
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] build: Add the appropriate directory
- Date: Tue, 11 Apr 2017 22:03:41 +0000 (UTC)
commit c25634284bb6b85f5dfb12023fe76158dca9d617
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Apr 11 23:03:07 2017 +0100
build: Add the appropriate directory
We are missing the inclusion path for libgdict.
src/meson.build | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 82a8626..3e82210 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -38,6 +38,7 @@ executable('gnome-dictionary', app_sources + resources,
dependencies: libgdict_dep,
include_directories: [
root_dir,
+ libgdict_inc,
include_directories('.'),
],
install: true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]