Searched +full:libinput +full:- +full:test +full:- +full:suite +full:- +full:gestures (Results 1 – 3 of 3) sorted by relevance
| /third_party/libinput/doc/user/ |
| D | meson.build | 2 sphinx = find_program('sphinx-build-3', 'sphinx-build', required : false) 4 …error('Program "sphinx-build" not found or not executable. Try building with -Ddocumentation=false… 18 git_version_page = vcs_tag(command : ['git', 'log', '-1', '--format=%H'], 32 # We can't use htaccess on the server, so let's auto-generate a 404 list 36 # File list is: [current-sphinx-input-file, old-generated-page] 39 [ 'absolute-axes.rst', 'absolute_axes.html'], 40 [ 'absolute-coordinate-ranges.rst', 'absolute_coordinate_ranges.html'], 43 [ 'button-debouncing.rst', 'button_debouncing.html'], 44 [ 'clickpad-softbuttons.rst', 'clickpad_softbuttons.html'], 48 [ 'device-configuration-via-udev.rst', 'udev_config.html'], [all …]
|
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # 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 …]
|
| D | meson.build | 1 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 …]
|