mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 09:10:04 +01:00
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:
parent
d4b60a7d0d
commit
cdec01dacd
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ variables:
|
||||||
|
|
||||||
MESON_BUILDDIR: "builddir"
|
MESON_BUILDDIR: "builddir"
|
||||||
NINJA_ARGS: ''
|
NINJA_ARGS: ''
|
||||||
MESON_ARGS: ''
|
MESON_ARGS: '-Dauto_features=enabled'
|
||||||
MESON_TEST_ARGS: ''
|
MESON_TEST_ARGS: ''
|
||||||
GIT_DEPTH: 1
|
GIT_DEPTH: 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ variables:
|
||||||
|
|
||||||
MESON_BUILDDIR: "builddir"
|
MESON_BUILDDIR: "builddir"
|
||||||
NINJA_ARGS: ''
|
NINJA_ARGS: ''
|
||||||
MESON_ARGS: ''
|
MESON_ARGS: '-Dauto_features=enabled'
|
||||||
MESON_TEST_ARGS: ''
|
MESON_TEST_ARGS: ''
|
||||||
GIT_DEPTH: 1
|
GIT_DEPTH: 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue