Searched +full:meson +full:- +full:version (Results 1 – 25 of 382) sorted by relevance
12345678910>>...16
| /external/mesa3d/docs/ |
| D | meson.rst | 1 Compilation and Installation Using Meson 5 --------------- 7 For general information about Meson see the `Meson 12 Mesa requires Meson >= 0.60.0 to build. 16 <https://mesonbuild.com/Getting-meson.html>`__ to install the 17 current version of Meson. 19 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 22 Unix-like OSes 25 If Meson is not already installed on your system, you can typically 28 .. code-block:: sh [all …]
|
| D | install.rst | 8 meson 11 ----------------------------- 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 30 - GCC 8.0.0 or later (some parts of Mesa may require later versions) 31 - Clang 5.0 or later (some parts of Mesa may require later versions) 32 - Microsoft Visual Studio 2019 Version 16.11 or later and 38 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required. 39 - Python package ``packaging`` is required on Python 3.12+: 41 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako [all …]
|
| /external/libopus/meson/ |
| D | README.md | 1 # Using the Meson Build System for the Opus Project 3 …vides instructions for using the Meson build system to build the Opus project with various configu… 5 …ersions are released. For the most up-to-date and accurate information, we recommend referring to … 11 - [Meson](https://mesonbuild.com/Quick-guide.html) 12 - [Ninja](https://ninja-build.org/) (recommended as the build backend, although other backends are … 13 - [Git](https://git-scm.com/) (optional, but recommended for version control integration) 14 - A working C compiler 18 Follow the steps below to build the Opus project using Meson. 29 …Meson, you can set the desired configuration options using the -D flag followed by the option name… 34 meson setup builddir -Dtests=disabled [all …]
|
| /external/mesa3d/.gitlab-ci/meson/ |
| D | build.sh | 5 section_switch meson-cross-file "meson: cross file generate" 7 set -e 8 set -o xtrace 10 CROSS_FILE=/cross_file-"$CROSS".txt 12 export PATH=$PATH:$PWD/.gitlab-ci/build 17 "c = 'compiler-wrapper-${CC:-gcc}.sh'" \ 18 "cpp = 'compiler-wrapper-${CXX:-g++}.sh'" 20 # We need to control the version of llvm-config we're using, so we'll 22 if test -n "$LLVM_VERSION"; then 23 LLVM_CONFIG="llvm-config-${LLVM_VERSION}" [all …]
|
| /external/liblc3/.github/workflows/ |
| D | ci.yaml | 10 build-linux: 11 runs-on: ubuntu-latest 13 - uses: actions/checkout@v4 14 - run: gcc -v 15 - run: make 17 build-linux-meson: 18 runs-on: ubuntu-latest 20 - uses: actions/checkout@v4 21 - uses: actions/setup-python@v5 23 python-version: '3.10' [all …]
|
| /external/wayland/src/ |
| D | meson.build | 2 error('Either -Dscanner=true or -Dlibraries=true is required') 6 wayland_version_h.set('WAYLAND_VERSION', meson.project_version()) 11 input: 'wayland-version.h.in', 12 output: 'wayland-version.h', 20 'wayland-util', 21 sources: 'wayland-util.c' 30 # wayland-scanner 33 scanner_args = [ '-include', 'config.h' ] 36 scanner_deps += dependency('libxml-2.0') 37 scanner_args += '-DHAVE_LIBXML=1' [all …]
|
| /external/jsoncpp/ |
| D | meson.build | 5 # Note: version must be updated in three places when doing a release. This 6 # annoying process ensures that amalgamate, CMake, and meson all report the 7 # correct version. 8 # 1. /meson.build 9 # 2. /include/json/version.h 12 version : '1.9.4', 30 'include/json/version.h', 39 if get_option('default_library') == 'shared' and meson.get_compiler('cpp').get_id() == 'msvc' 40 dll_export_flag = '-DJSON_DLL_BUILD' 41 dll_import_flag = '-DJSON_DLL' [all …]
|
| D | CONTRIBUTING.md | 5 Both CMake and Meson tools are capable of generating a variety of build environments for you prefer… 6 Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other envir… 8 An example of a common Meson/Ninja environment is described next. 10 ## Building and testing with Meson/Ninja 12 [meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build 15 things like version strings might break. 17 First, install both meson (which requires Python3) and ninja. 28 meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE} 29 ninja -v -C build-${LIB_TYPE} 31 ninja -C build-static/ test [all …]
|
| /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/harfbuzz_ng/.circleci/ |
| D | config.yml | 1 version: 2.1 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… [all …]
|
| /external/freetype/ |
| D | meson.build | 2 # Meson project file for FreeType 2 5 # Copyright (C) 2020-2023 by 17 # meson configure 20 # to build only a shared version of FreeType, override the default value 23 # meson setup -Ddefault_library=shared 28 version: run_command('builds/meson/extract_freetype_version.py', 34 # Only meson >= 0.57 can read a file and assign its contents to a 41 files('builds/meson/extract_libtool_version.py'), 42 '--soversion', 47 files('builds/meson/extract_libtool_version.py'), [all …]
|
| /external/libopus/ |
| D | .gitlab-ci.yml | 2 - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' 4 …ttps://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-… 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 …]
|
| /external/wayland/ |
| D | release.sh | 1 #!/bin/sh -eu 3 build_dir=build-release 10 case "$(git rev-parse --abbrev-ref HEAD)" in 11 main | [0-9]*.[0-9]*) 18 if [ -n "$(git log @{upstream}..)" ]; then 24 if [ -e "$build_dir" ]; then 25 meson_options="$meson_options --wipe" 27 meson setup "$build_dir" $meson_options 29 prev_version="$(git describe --tags --abbrev=0)" 30 version="$(meson introspect "$build_dir" --projectinfo | jq -r .version)" [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 18.3.2.rst | 7 Mesa 18.3.2 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 1cde4fafd40cd1ad4ee3a13b364b7a0175a08b7afdd127fb46f918c1e1dfd4b0 mesa-18.3.2.tar.gz 21 f7ce7181c07b6d8e0132da879af1729523a6c8aa87f79a9d59dfd064024cfb35 mesa-18.3.2.tar.xz 24 ------------ 29 --------- 31 - `Bug 106595 <https://bugs.freedesktop.org/show_bug.cgi?id=106595>`__ 32 - [RADV] Rendering distortions only when MSAA is enabled 33 - `Bug 107728 <https://bugs.freedesktop.org/show_bug.cgi?id=107728>`__ [all …]
|
| D | 19.2.1.rst | 1 Mesa 19.2.1 Release Notes / 2019-10-09 7 Mesa 19.2.1 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 15 Mesa 19.2.1 implements the Vulkan 1.1 API, but the version reported by 20 --------------- 24 4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9 mesa-19.2.1.tar.xz 27 ------------ 29 - None 32 --------- 34 - meson.build:1447:6: ERROR: Problem encountered: libdrm required for [all …]
|
| D | 18.2.8.rst | 7 Mesa 18.2.8 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 77512edc0a84e19c7131a0e2e5ebf1beaf1494dc4b71508fcc92d06d65f9f4f5 mesa-18.2.8.tar.gz 21 1d2ed9fd435d86d95b7215b287258d3e6b1180293a36f688e5a2efc18298d863 mesa-18.2.8.tar.xz 24 ------------ 29 --------- 31 - `Bug 108114 <https://bugs.freedesktop.org/show_bug.cgi?id=108114>`__ 32 - [vulkancts] new VK_KHR_16bit_storage tests fail. 33 - `Bug 108116 <https://bugs.freedesktop.org/show_bug.cgi?id=108116>`__ [all …]
|
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 8 Mesa 19.3.0 implements the OpenGL 4.6 API, but the version reported by 13 Compatibility contexts may report a lower version depending on each 16 Mesa 19.3.0 implements the Vulkan 1.1 API, but the version reported by 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. [all …]
|
| /external/harfbuzz_ng/src/ |
| D | meson.build | 4 … command: [find_program('gen-hb-version.py'), meson.project_version(), '@OUTPUT@', '@INPUT@'], 5 input: 'hb-version.h.in', 6 output: 'hb-version.h', 8 install_dir: get_option('includedir') / meson.project_name()) 10 # Base and default-included sources and headers 12 'hb-aat-layout-ankr-table.hh', 13 'hb-aat-layout-bsln-table.hh', 14 'hb-aat-layout-common.hh', 15 'hb-aat-layout-feat-table.hh', 16 'hb-aat-layout-just-table.hh', [all …]
|
| /external/tinyxml2/ |
| D | meson.build | 3 # This software is provided 'as-is', without any express or implied 25 version : '10.0.0', 29 cpp = meson.get_compiler('cpp') 33 tinyxml_extra_args += '-D_CRT_SECURE_NO_WARNINGS' 37 tinyxml_extra_args += '-DTINYXML2_EXPORT' 41 tinyxml_extra_args += '-DTINYXML2_DEBUG' 49 version : meson.project_version(), 59 # versions of meson 60 if meson.version().version_compare('>= 0.54.0') 61 meson.override_dependency('tinyxml2', dep_tinyxml2) [all …]
|
| /external/virglrenderer/.gitlab-ci/meson/ |
| D | build.sh | 3 set -e 4 set -o xtrace 6 CROSS_FILE=/cross_file-"$CROSS".txt 8 # We need to control the version of llvm-config we're using, so we'll 10 if test -n "$LLVM_VERSION"; then 11 LLVM_CONFIG="llvm-config-${LLVM_VERSION}" 12 echo -e "[binaries]\nllvm-config = '`which $LLVM_CONFIG`'" > native.file 13 if [ -n "$CROSS" ]; then 14 sed -i -e '/\[binaries\]/a\' -e "llvm-config = '`which $LLVM_CONFIG`'" $CROSS_FILE 16 $LLVM_CONFIG --version [all …]
|
| /external/mesa3d/docs/drivers/ |
| D | svga3d.rst | 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The vmwgfx kernel module version 2.20 or later 15 - The VM needs to be configured to hardware version 20 or later. 16 - MESA 22.0 or later should be installed. 19 lowering hardware version. 27 ---------- 31 - Linux kernel module: vmwgfx 32 - User-space libdrm library 33 - Mesa/Gallium OpenGL driver: "svga" 37 `Workstation Pro <https://www.vmware.com/products/workstation-pro.html>`__ or [all …]
|
| /external/crosvm/third_party/libslirp-rs/ |
| D | upload_libslirp.ps1 | 7 [int] $version = $(throw "specify version to upload") variable 15 $GS_BASE_URL = 'gs://chromeos-localmirror/distfiles/prebuilts/windows/x86_64/gnu/libslirp/' 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 24 +++ b/meson.build 25 @@ -59,7 +59,8 @@ lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision) 29 -glib_dep = dependency('glib-2.0') 30 +glib_dep = dependency('glib-2.0', static: true) 33 add_project_arguments(cc.get_supported_arguments('-Wmissing-prototypes', '-Wstrict-prototypes', 34 … '-Wredundant-decls', '-Wundef', '-Wwrite-strings'), [all …]
|
| /external/libdrm/intel/ |
| D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 35 version : '1.0.0', 44 if meson.version().version_compare('>= 0.54.0') 45 meson.override_dependency('libdrm_intel', ext_libdrm_intel) 71 'gen4-3d.batch', 72 find_program('tests/gen4-3d.batch.sh'), 73 workdir : meson.current_build_dir(), 76 'gen45-3d.batch', 77 find_program('tests/gm45-3d.batch.sh'), 78 workdir : meson.current_build_dir(), [all …]
|
| /external/libxkbcommon/ |
| D | meson.build | 4 version: '1.4.0', 13 cc = meson.get_compiler('c') 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', [all …]
|
| /external/cronet/third_party/libc++/src/utils/ci/ |
| D | build-picolibc.sh | 2 #===----------------------------------------------------------------------===## 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===----------------------------------------------------------------------===## 15 set -e 26 [-h|--help] Display this help and exit. 28 --build-dir <DIR> Path to the directory to use for building. 30 --install-dir <DIR> Path to the directory to install the library to. 34 while [[ $# -gt 0 ]]; do 36 -h|--help) 40 --build-dir) [all …]
|
12345678910>>...16