/aosp_15_r20/external/libdav1d/ |
H A D | .gitlab-ci.yml | 110 - meson setup build --buildtype release 114 - cd build && meson test -v 123 - meson setup build --buildtype release 127 - cd build && meson test -v 137 - meson setup build --buildtype debug 141 …- time meson test -v --suite checkasm --wrapper 'qemu-x86_64 -cpu Conroe' || exit_code=$((exit_cod… 142 …- time meson test -v --suite checkasm --wrapper 'qemu-x86_64 -cpu Penryn' || exit_code=$((exit_cod… 148 - meson setup build --buildtype release 151 --cross-file package/crossfiles/i686-linux32.meson 153 - cd build && meson test -v [all …]
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | meson.rst | 1 Compilation and Installation Using Meson 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, 25 If Meson is not already installed on your system, you can typically 30 sudo apt-get install meson # Ubuntu 36 sudo dnf install meson # Fedora 38 Some older versions of Meson do not check that they are too old and will [all …]
|
H A D | install.rst | 8 meson 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 79 1. Building with meson 82 Meson is the latest build system in mesa, it is currently able to build 89 meson setup builddir/ 90 meson compile -C builddir/ 91 sudo meson install -C builddir/ 97 meson setup builddir --backend=vs 101 Please read the :doc:`detailed meson instructions <meson>` for more [all …]
|
/aosp_15_r20/external/freetype/ |
H A D | .gitlab-ci.yml | 8 MESON_ARGS: --fatal-meson-warnings --default-library=both 33 .build windows meson: 48 # Make sure meson is up to date so we don't need to rebuild the image 50 - pip3 install -U 'meson==0.59.*' 56 - echo "[binaries]" > uwp-crossfile.meson 57 - echo "c = 'cl'" >> uwp-crossfile.meson 58 - echo "strip = ['true']" >> uwp-crossfile.meson 59 - echo "[built-in options]" >> uwp-crossfile.meson 60 …FAMILY=WINAPI_FAMILY_APP', '-DUNICODE', '-D_WIN32_WINNT=0x0A00', '-we4013']" >> uwp-crossfile.meson 61 - echo "c_winlibs = ['windowsapp.lib']" >> uwp-crossfile.meson [all …]
|
H A D | meson.build | 2 # Meson project file for FreeType 2 17 # meson configure 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'), 47 files('builds/meson/extract_libtool_version.py'), 63 command: [python_exe, files('builds/meson/parse_modules_cfg.py'), 75 files('builds/meson/parse_modules_cfg.py'), 97 files('builds/meson/parse_modules_cfg.py'), [all …]
|
/aosp_15_r20/external/harfbuzz_ng/.circleci/ |
H A D | config.yml | 22 - run: pip3 install meson --upgrade 24 …- run: PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" meson setup build -Dcoretext=enabled … 25 - run: meson compile -Cbuild 26 - run: meson test -Cbuild --print-errorlogs 28 path: build/meson-logs/ 35 - run: pip3 install fonttools meson --upgrade 36 - run: meson setup build 37 - run: meson dist --no-tests -Cbuild 40 paths: build/meson-dist/harfbuzz-*.tar.xz 49 .ci/publish_release_artifact.sh build/meson-dist/harfbuzz-$CIRCLE_TAG.tar.xz [all …]
|
/aosp_15_r20/external/flashrom/doc/dev_guide/ |
H A D | building_from_source.rst | 7 * meson 34 meson setup builddir 35 meson compile -C builddir 36 meson test -C builddir 37 meson install -C builddir 58 gcc meson ninja-build pkg-config python3-sphinx \ 66 gcc meson ninja pkg-config python-sphinx cmocka \ 74 gcc meson ninja pkg-config python3-Sphinx \ 84 gcc meson ninja pkg-config sphinx \ 92 build-base meson ninja pkgconf py3-sphinx \ [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/meson/ |
H A D | build.sh | 5 section_switch meson-cross-file "meson: cross file generate" 33 # tests in their meson.build with: 36 # should_fail: meson.get_external_property('xfail', '').contains(t), 53 section_switch meson-host-configure "meson: host configure" 63 meson setup _host_build \ 71 section_switch meson-host-build "meson: host build" 73 meson configure 89 MESON_TEST_ARGS+=--wrapper=$PWD/.gitlab-ci/meson/time.sh 96 MESON_TEST_ARGS+=--wrapper=$PWD/.gitlab-ci/meson/time-strace.sh 101 section_switch meson-configure "meson: configure" [all …]
|
/aosp_15_r20/external/igt-gpu-tools/ |
H A D | .gitlab-ci.yml | 25 - meson $MESON_OPTIONS build 36 - meson -Dlibunwind=disabled build 39 # documentation building is different with meson<0.47 40 build:tests-fedora-oldest-meson: 43 - dnf remove -y meson 44 - pip3 install /usr/src/meson-*.tar.gz 45 - meson $MESON_OPTIONS build 54 - meson $MESON_OPTIONS build 60 build:tests-debian-meson: 64 - meson $MESON_OPTIONS build [all …]
|
/aosp_15_r20/external/libopus/meson/ |
H A 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 …-to-date and accurate information, we recommend referring to the official Meson documentation, whi… 11 - [Meson](https://mesonbuild.com/Quick-guide.html) 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 40 meson compile -C builddir 45 ### Testing with Meson 47 …tionality and correctness of the project. You can execute the tests using Meson's built-in testing… [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 20 - _build/meson-logs/*.txt 21 - _build/meson-logs/strace 55 .meson-build: 63 - .gitlab-ci/meson/build.sh 89 - .meson-build 115 - .gitlab-ci/meson/build.sh 184 extends: .meson-build 186 - !reference [.meson-build, needs] 213 .gitlab-ci/meson/build.sh 237 extends: .meson-build [all …]
|
/aosp_15_r20/device/amlogic/yukawa/ |
D | yukawa.mk | 37 $(MOD_DIR)/meson-eeclk.ko \ 41 $(MOD_DIR)/meson-aoclk.ko \ 47 $(MOD_DIR)/pinctrl-meson-a1.ko \ 48 $(MOD_DIR)/pinctrl-meson-axg-pmx.ko \ 49 $(MOD_DIR)/pinctrl-meson-g12a.ko \ 50 $(MOD_DIR)/pinctrl-meson-axg.ko \ 51 $(MOD_DIR)/pinctrl-meson-gxl.ko \ 52 $(MOD_DIR)/pinctrl-meson.ko \ 53 $(MOD_DIR)/pinctrl-meson-gxbb.ko \ 58 $(MOD_DIR)/reset-meson.ko \ [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.3.0.rst | 45 - Meson support for windows using MSVC and MinGW 84 - build errors after "meson: add -Werror=empty-body to disallow 92 - Meson: Building osmesa gallium and tests at the same time results in 98 - Cache meson packagecach in appveyor 113 - meson.build:1447:6: ERROR: Problem encountered: libdrm required for 117 - Meson can't find 32-bit libXvMCW in non-standard path 177 - meson: recognize "sunos" as the system name for Solaris 492 - meson: Always add LLVM coroutines module. 952 - meson: don't try to generate i18n translations on windows 953 - meson: Make shared-glapi a combo [all …]
|
H A D | 18.3.2.rst | 47 - Build fails on ppc64le with meson 107 - meson: Fix ppc64 little endian detection 108 - meson: Add support for gnu hurd 109 - meson: Add toggle for glx-direct 110 - meson: Override C++ standard to gnu++11 when building with altivec on 112 - meson: Error out if building nouveau and using LLVM without rtti 120 - cherry-ignore: meson: libfreedreno depends upon libdrm (for fence 123 - meson: don't require glx/egl/gbm with gallium drivers 124 - pipe-loader: meson: reference correct library 125 - TODO: glx: meson: build dri based glx tests, only with -Dglx=dri [all …]
|
H A D | 19.0.0.rst | 120 - [meson] libglapi exports internal API 143 - Build fails on ppc64le with meson 188 - mesa: Need ability to retrieve command line of Meson configuration 232 - dri.pc contents invalid when built with meson 441 - meson: fix EGL/X11 build without GLX 448 - meson: add etnaviv to the tools option 502 - meson: ensure that xmlpool_options.h is generated for gallium targets 511 - meson: link gallium nine with pthreads 512 - meson: Don't set -Wall 513 - meson: fix libatomic tests [all …]
|
/aosp_15_r20/external/libva/.github/workflows/ |
H A D | windows.yml | 18 - name: 'Install Meson' 19 run: pip install meson 23 - name: 'Configure with meson' 24 run: meson setup _build -D werror=true 26 run: meson compile -C _build 28 run: meson install -C _build 39 - name: 'Install Meson' 40 run: pip install meson 44 - name: 'Configure with meson' 45 run: meson setup _build -D werror=true -D buildtype=debug [all …]
|
H A D | ubuntu.yml | 17 build: [meson, autotools] 41 meson 44 - name: 'Configure (meson)' 45 if: ${{ (matrix.build == 'meson') }} 46 run: meson setup ./builddir --prefix=/usr 47 - name: 'Build (meson)' 48 if: ${{ (matrix.build == 'meson') }} 49 run: meson compile -C ./builddir || ninja -C ./builddir 50 - name: 'Install (meson)' 51 if: ${{ (matrix.build == 'meson') }} [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | meson.build | 4 … command: [find_program('gen-hb-version.py'), meson.project_version(), '@OUTPUT@', '@INPUT@'], 8 install_dir: get_option('includedir') / meson.project_name()) 420 if not meson.is_subproject() 431 command: [ragel_helper, ragel, '@OUTPUT@', meson.current_source_dir(), '@INPUT@'], 443 '@OUTPUT@', meson.current_source_dir(), '@INPUT@'], 550 install_dir: get_option('includedir') / meson.project_name()) 612 meson.override_dependency('harfbuzz', libharfbuzz_dep) 638 '@OUTPUT@', meson.current_source_dir(), '@INPUT@'], 645 meson.override_dependency('harfbuzz-subset', libharfbuzz_subset_dep) 673 install_headers(hb_cairo_headers, subdir: meson.project_name()) [all …]
|
/aosp_15_r20/external/virglrenderer/ci/ |
H A D | run_tests.sh | 48 meson build/ && \ 49 …meson configure build/ -Dprefix=/usr/local -Dplatforms=x11,wayland -Ddri-drivers= -Dgallium-driver… 52 meson setup --wipe build/ 76 …meson build/ -Dprefix=/usr/local -Ddebug=true -Dtests=true --fatal-meson-warnings $FUZZER $TRACING… 83 run_setup meson 88 cp ./build/meson-logs/testlog.txt ./results/make_check_meson/ 95 run_setup meson fuzzer 101 cp ./meson-logs/testlog.txt ../results/make_check_clang_fuzzer/ 109 run_setup meson trace_stderr 115 cp ./meson-logs/testlog.txt ../results/make_check_trace_stderr/ [all …]
|
/aosp_15_r20/external/libva/ |
H A D | NEWS | 8 * meson:remove autogen.sh from the meson script 26 * meson: create dist archives suitable for building with configure, too 90 * meson: docs: use libva_version over project_version() 92 * meson: docs: add encoder interface for av1 108 * ci: freebsd: use meson setup and meson install 110 * ci: polish the windows/meson invocations 113 * meson: add 'with-legacy' for emgd, nvctrl and fglrx 116 * meson: stop using deprecated meson.source_root() 117 * meson: stop using configure_file copy=true 122 * ci: add meson permutation in the Ubuntu builds [all …]
|
/aosp_15_r20/external/wayland/src/ |
H A D | meson.build | 6 wayland_version_h.set('WAYLAND_VERSION', meson.project_version()) 65 version: meson.project_version(), 68 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()), 75 if meson.can_run_host_binaries() 76 meson.override_find_program('wayland-scanner', wayland_scanner) 80 if meson.is_cross_build() or not get_option('scanner') 81 scanner_dep = dependency('wayland-scanner', native: true, version: meson.project_version()) 210 version: meson.project_version(), 214 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()) 218 if meson.version().version_compare('>= 0.54.0') [all …]
|
/aosp_15_r20/external/liblc3/.github/workflows/ |
H A D | ci.yaml | 17 build-linux-meson: 25 - run: pip install meson ninja 27 - run: meson setup builddir/ 30 - run: meson compile -C builddir/ 32 build-macos-meson: 40 - run: pip install meson ninja 42 - run: meson setup builddir/ 45 - run: meson compile -C builddir/ 47 build-msvc-meson: 55 - run: pip install meson ninja [all …]
|
/aosp_15_r20/external/angle/third_party/mesa/ |
H A D | mesa_build.py | 23 MESON = os.path.join(ANGLE_DIR, 'third_party', 'meson', 'meson.py') variable 88 assert os.path.exists(MESON), 'Could not find meson.py: %s' % MESON 147 if os.path.isdir(os.path.join(build_dir, 'meson-info')): 150 return Meson(build_dir, 'setup', args, extra_env) 154 return Meson(build_dir, 'compile', ['-C', build_dir]) 232 text_data = Meson(build_dir, 'introspect', [build_dir, '--targets'], stdout=subprocess.PIPE) 253 def Meson(build_dir, command, args, extra_env={}, stdout=None): function 254 meson_cmd = [MESON, command] + args 263 logging.fatal('Got error from meson:') 264 with open(os.path.join(build_dir, 'meson-logs', 'meson-log.txt')) as logf: [all …]
|
/aosp_15_r20/external/libxkbcommon/.github/workflows/ |
H A D | main.yml | 22 python -m pip install --upgrade pip meson 29 meson setup build 34 meson compile -C build 37 meson test -C build --print-errorlogs --setup=valgrind --no-suite python-tests 48 python -m pip install --upgrade pip meson 56 …PATH="/usr/local/opt/bison/bin:${PATH}" meson setup -Denable-wayland=false -Denable-x11=false build 59 PATH="/usr/local/opt/bison/bin:${PATH}" meson compile -C build 62 meson test -C build --print-errorlogs 74 python -m pip install --upgrade pip meson 84 …meson setup -Denable-wayland=false -Denable-x11=false -Denable-docs=false -Denable-xkbregistry=fal… [all …]
|
/aosp_15_r20/external/libopus/ |
H A D | .gitlab-ci.yml | 21 # Make sure we have a recent annotated tag, otherwise meson/get-version.py 26 # git version picked up by autotools and cmake, not just meson. 94 .meson: 99 apt-get install -y ninja-build doxygen meson git automake libtool wget 104 …- meson setup -Denable-deep-plc=true -Denable-osce=true -Denable-dred=true -Dtests=enabled -Ddocs=… 105 - meson compile -C builddir 106 - meson test -C builddir 107 #- meson dist --no-tests -C builddir 109 meson x86_64: 110 extends: '.meson' [all …]
|