Searched +full:- +full:denable +full:- +full:docs (Results 1 – 5 of 5) sorted by relevance
| /external/libxkbcommon/.github/workflows/ |
| D | main.yml | 11 runs-on: ubuntu-18.04 16 - uses: actions/checkout@v2 17 - uses: actions/setup-python@v1 19 python-version: '3.7' 20 - name: Install dependencies 22 python -m pip install --upgrade pip meson 23 sudo apt update -y 24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \ 25 doxygen libxcb-xkb-dev valgrind ninja-build \ 26 libwayland-dev wayland-protocols bison graphviz [all …]
|
| /external/libxkbcommon/ |
| D | PACKAGING | 2 library), libxkbcommon-x11 (an addon library for XCB clients) and libxkbregistry 5 The files for libxkbcommon-x11 are: 6 libxkbcommon-x11.a libxkbcommon-x11.so* xkbcommon/xkbcommon-x11.h 7 xkbcommon-x11.map xkbcommon-x11.pc 9 libxkbcommon-x11 can be disabled with -Denable-x11=false (see 16 libxkbregistry can be disabled with -Denable-xkbregistry=false (see 20 - C compiler, meson, pkg-config, libc. 22 - (build) bison (preferred), win_bison or byacc>=20141006. 23 byacc must be configured with --enable-btyacc. 25 - (build optional, runtime required) xkeyboard-config. [all …]
|
| D | meson.build | 19 '-fno-strict-aliasing', 20 '-fsanitize-undefined-trap-on-error', 21 '-Wno-unused-parameter', 22 '-Wno-missing-field-initializers', 23 '-Wpointer-arith', 24 '-Wmissing-declarations', 25 '-Wformat=2', 26 '-Wstrict-prototypes', 27 '-Wmissing-prototypes', 28 '-Wnested-externs', [all …]
|
| D | NEWS | 1 libxkbcommon 1.4.0 - 2022-02-04 4 - Add `enable-tools` option to Meson build (on by default) to allow disabling 9 - In `xkbcli list`, fix "YAML Norway problem" in output. 13 - In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent 18 - In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to 23 - In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries. 27 libxkbcommon 1.3.1 - 2021-09-10 30 - In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode 35 - In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym 38 - Fix a crash in `xkb_x11_keymap_new_from_device` error handling given some [all …]
|
| /external/libopus/ |
| D | .gitlab-ci.yml | 2 - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' 4 # https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-reques… 7 - if: $CI_PIPELINE_SOURCE == "merge_request_event" 8 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" 10 - if: $CI_COMMIT_BRANCH 11 - if: $CI_COMMIT_TAG 15 - docker 16 image: 'debian:bookworm-slim' 18 # https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags 21 # Make sure we have a recent annotated tag, otherwise meson/get-version.py [all …]
|