aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-08-09 09:12:00 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-08-09 09:12:00 +0000
commit71a60c86a2faafdcf52963060b42fb174615ecf6 (patch)
tree2926699f7645a2e33cf4912db43eeae5d2ca4486 /.gitlab-ci.yml
parent70c95151d53031c0a4a88a2e11dc4a391e6c473d (diff)
ci: fix systemd suspend-resume enabling in default test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89b6ad3b..fe4ca28b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -272,7 +272,7 @@ build-default:
- ninja -C build install
- popd
- NOCONFIGURE=1 ./autogen.sh
- - ./configure --prefix=/usr --enable-gtk-doc --enable-introspection --with-polkit=strict --with-suspend-resume=systemd --with-systemdsystemunitdir=/lib/systemd/system
+ - ./configure --prefix=/usr --enable-gtk-doc --enable-introspection --with-polkit=strict --with-systemd-suspend-resume --with-systemdsystemunitdir=/lib/systemd/system
- make
- make check
- make install