Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 148) sorted by relevance

123456

/OK3568_Linux_fs/external/xserver/
H A Dmeson.build79 xf86driproto_dep = dependency('xf86driproto', version: '>= 2.1.0', required: get_option('dri1') == …
80 dri2proto_dep = dependency('dri2proto', version: '>= 2.8', required: get_option('dri2') == 'true')
81 dri3proto_dep = dependency('dri3proto', version: '>= 1.2', required: get_option('dri3') == 'true')
96 dbus_required = get_option('systemd_logind') == 'true'
102 xkb_dir = get_option('xkb_dir')
106 xkb_dir = join_paths(get_option('prefix'), 'share/X11/xkb')
110 xkb_output_dir = get_option('xkb_output_dir')
115 xkb_bin_dir = get_option('xkb_bin_dir')
119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
123 dfp = get_option('default_font_path')
[all …]
/OK3568_Linux_fs/external/libmali/
H A Dmeson.build14 if get_option('arch') != 'auto'
15 arch = get_option('arch')
20 gpu = get_option('gpu')
21 version = get_option('version')
22 subversion = get_option('subversion')
23 platform = get_option('platform')
24 opencl_icd = get_option('opencl-icd')
25 vendor_package = get_option('vendor-package')
26 hooks_opts = get_option('hooks')
27 wrappers_opts = get_option('wrappers')
[all …]
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson.build23 plugins_install_dir = '@0@/gstreamer-1.0'.format(get_option('libdir'))
37 cast_checks = get_option('gobject-cast-checks')
43 glib_asserts = get_option('glib-asserts')
62 cdata.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
65 gst_package_name = get_option('package-name')
70 cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin'))
86 x11_dep = dependency('x11', required : get_option('rkximage'))
87 drm_dep = dependency('libdrm', required : get_option('rkximage'))
88 mpp_dep = dependency('rockchip_mpp', required : get_option('rockchipmpp'))
89 rga_dep = dependency('librga', required : get_option('rga'))
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build91 conf_data.set('GLES_USE_HIGHP', get_option('gles-highp') ? '1' : false)
96 conf_data.set_quoted('PROJECTROOT', get_option('prefix'))
97 conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir')))
98 conf_data.set_quoted('SUID_WRAPPER_DIR', join_paths(get_option('prefix'), get_option('libexecdir')))
104 conf_data.set('SECURE_RPC', get_option('secure-rpc'))
163 conf_data.set('LISTEN_TCP', get_option('listen_tcp'))
164 conf_data.set('LISTEN_UNIX', get_option('listen_unix'))
165 conf_data.set('LISTEN_LOCAL', get_option('listen_local'))
217 enable_debugging = get_option('buildtype') == 'debug'
220 conf_data.set_quoted('XVENDORNAME', get_option('vendor_name'))
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-do-not-ask-host-for-ifcfg-defaults.patch18 -enable_ifcfg_rh = get_option('ifcfg_rh') or (distro == 'redhat')
19 -enable_ifupdown = get_option('ifupdown') or (distro == 'debian')
20 +enable_ifcfg_rh = get_option('ifcfg_rh')
21 +enable_ifupdown = get_option('ifupdown')
23 config_plugins_default = get_option('config_plugins_default')
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dmeson.build22 if get_option('pciaccess')
95 if get_option('suid_wrapper')
96 xorg_install_dir = get_option('libexecdir')
98 xorg_install_dir = get_option('bindir')
138 if get_option('suid_wrapper')
145 install_dir: get_option('libexecdir'),
152 install_dir: join_paths(get_option('prefix'), get_option('bindir')),
193 if get_option('suid_wrapper')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/
H A D0001-Make-python-path-configurable.patch22 @@ -18,7 +18,7 @@ bindir = join_paths(prefix, get_option('bindir'))
23 datadir = join_paths(prefix, get_option('datadir'))
24 libexecdir = join_paths(prefix, get_option('libexecdir'))
25 localedir = join_paths(prefix, get_option('localedir'))
27 +pythondir = get_option('python_site_dir')
/OK3568_Linux_fs/buildroot/package/casync/
H A D0002-build-don-t-install-udev-rules-without-udev-support.patch15 @@ -151,6 +151,11 @@ conf.set10('HAVE_SELINUX', get_option('selinux'))
17 if get_option('udev')
19 + udevrulesdir = get_option('udevrulesdir')
31 -udevrulesdir = get_option('udevrulesdir')
45 +if get_option('udev')
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-mt.c27 get_option(&str, &vpelimit); in maxvpes()
38 get_option(&str, &tclimit); in maxtcs()
129 get_option(&str, &mt_opt_rpsctl); in rpsctl_set()
136 get_option(&str, &mt_opt_nblsu); in nblsu_set()
143 get_option(&str, &mt_opt_config7); in config7_set()
153 get_option(&str, &itc_base); in set_itc_base()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmysql-systemd-start9 get_option () {
20 datadir=$(get_option mysqld datadir "/var/lib/mysql")
45 datadir=$(get_option mysqld datadir "/var/lib/mysql")
46 socket=$(get_option mysqld socket "$datadir/mysql.sock")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4/
H A D0001-Allow-building-gir-in-cross-environments.patch25 g_ir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
26 -build_gir = get_option('introspection') and g_ir_scanner.found() and not meson.is_cross_build()
27 +build_gir = get_option('introspection') and g_ir_scanner.found()
29 enable_vala = get_option('enable_vala')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0001-meson-add-pythoninstalldir-option.patch22 @@ -26,7 +26,12 @@ pkgdatadir = join_paths([prefix, get_option('datadir'), package_name])
23 bindir = join_paths([prefix, get_option('bindir')])
24 libexecdir = join_paths([prefix, get_option('libexecdir')])
27 +pythoninstalldir = get_option('pythoninstalldir')
34 if get_option('policykit')
/OK3568_Linux_fs/kernel/drivers/char/
H A Dhangcheck-timer.c72 if (get_option(&str,&par)) in hangcheck_parse_tick()
80 if (get_option(&str,&par)) in hangcheck_parse_margin()
88 if (get_option(&str,&par)) in hangcheck_parse_reboot()
96 if (get_option(&str,&par)) in hangcheck_parse_dump_tasks()
/OK3568_Linux_fs/external/xserver/hw/
H A Dmeson.build1 if get_option('xephyr')
5 if get_option('dmx')
9 if get_option('xvfb')
/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0002-kms-Drop-dependency-on-vkCreateDmaBufImageINTEL.patch20 wayland_scanner_dep = dependency('wayland-scanner', required : get_option('wayland') == 'true')
21 libdrm_dep = dependency('libdrm', required : get_option('kms') == 'true')
22 gbm_dep = dependency('gbm', required : get_option('kms') == 'true')
25 -if get_option('kms') == 'true' and not has_vulkan_intel_header
29 build_xcb_ws = xcb_dep.found() and xcb_icccm_dep.found() and get_option('xcb') != 'false'
31 wayland_scanner_dep.found() and get_option('wayland') != 'false')
32 -build_kms_ws = libdrm_dep.found() and gbm_dep.found() and has_vulkan_intel_header and get_option('…
33 +build_kms_ws = libdrm_dep.found() and gbm_dep.found() and get_option('kms') != 'false'
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/
H A D0002-Do-not-hardcode-the-path-to-wayland-scanner.patch19 @@ -52,7 +52,7 @@ if get_option('scanner')
20 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
22 'bindir=' + join_paths('${prefix}', get_option('bindir')),
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/waffle/waffle/
H A D0001-meson.build-request-native-wayland-scanner.patch20 'wayland-egl', version : '>= 9.1', required : get_option('wayland'),
23 - 'wayland-scanner', version : '>= 1.15', required : get_option('wayland'),
24 + 'wayland-scanner', version : '>= 1.15', required : get_option('wayland'), native: true,
/OK3568_Linux_fs/buildroot/package/wayland/
H A D0001-meson-Make-wayland-egl-optional.patch18 if get_option('libraries')
21 + if get_option('egl')
25 if get_option('tests')
/OK3568_Linux_fs/external/drm-cursor/
H A Dmeson.build32 if get_option('prefer-afbc')
56 install_dir : get_option('sysconfdir'),
64 install : get_option('install-test'),
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0010-configure-Add-pkg-config-handling-for-libgcrypt.patch23 if (not get_option('gcrypt').auto() or have_system) and not get_option('nettle').enabled()
27 required: get_option('gcrypt'),
/OK3568_Linux_fs/buildroot/package/gobject-introspection/
H A D0001-disable-tests.patch19 @@ -222,12 +222,6 @@ if get_option('build_introspection_data') == true
29 …install_data('Makefile.introspection', install_dir: join_paths(get_option('datadir'), 'gobject-int…
30 install_data('m4/introspection.m4', install_dir: join_paths(get_option('datadir'), 'aclocal'))
/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c50 int get_option(char **str, int *pint) in get_option() function
68 EXPORT_SYMBOL(get_option);
92 res = get_option((char **)&str, ints + i); in get_options()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/
H A Db3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch27 @@ -131,7 +131,6 @@ if get_option('introspection')
39 @@ -190,7 +190,6 @@ if get_option('introspection')
51 @@ -152,7 +152,6 @@ if get_option('introspection')
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0002-tests-add-support-for-install-the-tests.patch29 +installed_tests_enabled = get_option('installed_tests')
33 plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
68 if get_option('check').disabled()
69 if get_option('tests').enabled()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-autodetect.c71 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup()
89 switch (get_option(&str, &level)) { /* RAID level */ in md_setup()
92 if (get_option(&str, &factor) != 2 || /* Chunk Size */ in md_setup()
93 get_option(&str, &fault) != 2) { in md_setup()

123456