diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-09 09:12:00 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-09 09:12:00 +0000 |
commit | 71a60c86a2faafdcf52963060b42fb174615ecf6 (patch) | |
tree | 2926699f7645a2e33cf4912db43eeae5d2ca4486 | |
parent | 70c95151d53031c0a4a88a2e11dc4a391e6c473d (diff) |
ci: fix systemd suspend-resume enabling in default test
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |