Home
last modified time | relevance | path

Searched +full:libinput +full:- +full:test +full:- +full:suite +full:- +full:misc (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]
Dmeson.build1 project('libinput', 'c', project
9 dir_data = get_option('prefix') / get_option('datadir') / 'libinput'
11 dir_overrides = get_option('prefix') / get_option('sysconfdir') / 'libinput'
12 dir_libexec = get_option('prefix') / get_option('libexecdir') / 'libinput'
17 dir_src_test = meson.current_source_dir() / 'test'
19 dir_gitlab_ci = meson.current_source_dir() / '.gitlab-ci'
21 dir_udev = get_option('udev-dir')
31 # We use libtool-version numbers because it's easier to understand.
44 libinput_so_version = '@0@.@1@.@2@'.format((libinput_lt_c - libinput_lt_a),
50 '-Wno-unused-parameter',
[all …]
/third_party/libevdev/libevdev/
Dlibevdev.h1 /* SPDX-License-Identifier: MIT */
42 * the \ref ioctls through type-safe interfaces and provides functions to change
49 * - https://gitlab.freedesktop.org/libevdev/libevdev
52 * [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools).
72 * libevdev is signal-safe for the majority of its operations, i.e. many of
98 * the kernel and that process. In the simplest case, e.g. an evtest-like tool
105 * kernel → libevdev → xf86-input-evdev → X server → X client
107 * For anything using libinput (e.g. most Wayland compositors), the stack
110 * kernel → libevdev → libinput → Compositor → Wayland client
129 * fprintf(stderr, "Failed to init libevdev (%s)\n", strerror(-rc));
[all …]
/third_party/libevdev/export_include/libevdev/
Dlibevdev.h1 /* SPDX-License-Identifier: MIT */
42 * the \ref ioctls through type-safe interfaces and provides functions to change
49 * - https://gitlab.freedesktop.org/libevdev/libevdev
52 * [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools).
72 * libevdev is signal-safe for the majority of its operations, i.e. many of
98 * the kernel and that process. In the simplest case, e.g. an evtest-like tool
105 * kernel → libevdev → xf86-input-evdev → X server → X client
107 * For anything using libinput (e.g. most Wayland compositors), the stack
110 * kernel → libevdev → libinput → Compositor → Wayland client
129 * fprintf(stderr, "Failed to init libevdev (%s)\n", strerror(-rc));
[all …]