summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index e326edd1..004e1bb9 100644
--- a/project.conf
+++ b/project.conf
@@ -17,4 +17,6 @@ environment:
CXXFLAGS: "-O2 -g"
V: "1"
PATH: /app/bin:/usr/bin:/bin:/usr/sbin:/sbin
- PKG_CONFIG_PATH: '/app/lib/pkgconfig:/usr/lib/pkgconfig'
+ PKG_CONFIG_PATH: /app/lib/pkgconfig:/usr/lib/pkgconfig
+ XDG_DATA_DIRS: /app/share:/usr/share
+ GI_TYPELIB_PATH: /app/lib/girepository-1.0:/usr/lib/girepository-1.0