[gegl/wip/schumaml/vala-build: 6/6] Use default value of XDG_DATA_DIRS explicitly
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/wip/schumaml/vala-build: 6/6] Use default value of XDG_DATA_DIRS explicitly
- Date: Mon, 12 Aug 2019 22:23:10 +0000 (UTC)
commit 6ada0720c272882ca8aaeeb9997fc6bee173e727
Author: Michael Schumacher <schumaml gmx de>
Date: Tue Aug 13 00:00:06 2019 +0200
Use default value of XDG_DATA_DIRS explicitly
.gitlab-ci.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cd3aee73..7b421154c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,10 +75,9 @@ babl-min-meson:
script:
- mkdir _build
- cd _build
- - export XDG_DATA_DIRS="$XDG_DATA_DIRS:$BABL_PREFIX/share"
+ - export XDG_DATA_DIRS="$XDG_DATA_DIRS:$BABL_PREFIX/share:/usr/local/share/:/usr/share/"
- export PKG_CONFIG_PATH=$BABL_PREFIX/lib/pkgconfig
- export LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH"
- - echo $XDG_DATA_DIRS
- ../autogen.sh $CONFIG_OPTIONS
- make
- make check
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]