diff options
author | Simon McVittie <smcv@collabora.com> | 2018-12-04 11:29:12 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-12-04 12:28:12 +0000 |
commit | e4ea333fcd8a859e74000a412f4d05fd5f69d206 (patch) | |
tree | a1c2915ba81a48413d0ec3b0dbc1fb5e8f3e87a3 /tools | |
parent | 42b4e7319b622bb3ba6eef455497135e8de59e22 (diff) | |
download | dbus-e4ea333fcd8a859e74000a412f4d05fd5f69d206.tar.gz dbus-e4ea333fcd8a859e74000a412f4d05fd5f69d206.tar.bz2 dbus-e4ea333fcd8a859e74000a412f4d05fd5f69d206.zip |
CI: Remove unimplemented --with-glib option
dbus has never actually had this option.
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit e0a1bfb26a9f72e8fe59af770d394a90810a7cea)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 12f1fbc5..24075a29 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -223,7 +223,6 @@ case "$ci_buildsys" in --enable-installed-tests \ --enable-maintainer-mode \ --enable-modular-tests \ - --with-glib \ "$@" ${make} |