Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:omap +full:- +full:experimental +full:- +full:api (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/
Dconfigure.ac16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
30 AC_CONFIG_AUX_DIR([build-aux])
33 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC
35 [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])])
40 AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2])
42 # Enable quiet compiles on automake 1.11.
59 export CFLAGS="$CFLAGS -Werror"
67 LT_INIT([disable-static])
69 dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the
72 linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*)
[all …]
DMakefile.am16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
25 AM_MAKEFLAGS = -s
27 --enable-udev \
28 --enable-libkms \
29 --enable-intel \
30 --enable-radeon \
31 --enable-amdgpu \
32 --enable-nouveau \
33 --enable-vc4 \
[all …]
Dmeson_options.txt33 description : '''Enable support for Intel's KMS API.''',
40 description : '''Enable support for radeons's KMS API.''',
47 description : '''Enable support for amdgpu's KMS API.''',
54 description : '''Enable support for nouveau's KMS API.''',
61 description : '''Enable support for vmgfx's KMS API.''',
64 'omap', combo
68 description : '''Enable support for OMAP's experimental KMS API.''',
75 description : '''Enable support for EXYNOS's experimental KMS API.''',
82 description : '''Enable support for freedreno's KMS API.''',
89 description : '''Enable support for Tegra's experimental KMS API.''',
[all …]
D.gitlab-ci.yml1 .artifacts-meson: &artifacts-meson
4 - _build/meson-logs
6 .artifacts-autotools: &artifacts-autotools
9 - _build/*.log
10 - _build/*/*.log
11 - _build/*/*/*.log
13 .meson-build: &meson-build
14 - meson _build
15 -D amdgpu=true
16 -D cairo-tests=true
[all …]