CI: force all auto features to enabled

Since we will automatically disable bits if required dependencies
aren't present let's make sure at least our CI complains.

Closes #70

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/319>
This commit is contained in:
Peter Hutterer 2024-12-09 09:58:49 +10:00
parent d4b60a7d0d
commit cdec01dacd
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ variables:
MESON_BUILDDIR: "builddir"
NINJA_ARGS: ''
MESON_ARGS: ''
MESON_ARGS: '-Dauto_features=enabled'
MESON_TEST_ARGS: ''
GIT_DEPTH: 1

View file

@ -63,7 +63,7 @@ variables:
MESON_BUILDDIR: "builddir"
NINJA_ARGS: ''
MESON_ARGS: ''
MESON_ARGS: '-Dauto_features=enabled'
MESON_TEST_ARGS: ''
GIT_DEPTH: 1