Home
last modified time | relevance | path

Searched refs:module_dir (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/
H A Dmeson.build12 install_dir: module_dir,
26 install_dir: module_dir,
40 install_dir: module_dir,
55 install_dir: join_paths(module_dir, 'extensions')
/OK3568_Linux_fs/buildroot/support/download/
H A Dgit201 for module_dir in $( _plain_git submodule --quiet foreach "'${cmd}'" ); do
202 [ -f "${module_dir}/.git" ] || continue
203 relative_dir="$( sed -r -e 's,/+,/,g; s,[^/]+/,../,g' <<<"${module_dir}" )"
204 sed -r -i -e "s:^gitdir\: $(pwd)/:gitdir\: "${relative_dir}":" "${module_dir}/.git"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A Drelocate-modules.patch38 - module_dir = g_strdup (GIO_MODULE_DIR);
43 + module_dir = g_build_filename (libdir, "gio", "modules", NULL);
46 + module_dir = g_strdup (GIO_MODULE_DIR);
/OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh148 local module_dir="/lib/modules/`uname -r`"
149 local configs_module="$module_dir/kernel/kernel/configs.ko"
161 local extract_ikconfig="$module_dir/source/scripts/extract-ikconfig"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
H A Dmozjs-78_78.15.0.bb71 for module_dir in `ls $sub_dir -1`;do
72 [ $module_dir = "virtualenv" ] && continue
73 if [ -d "${S}/$sub_dir/$module_dir" ];then
74 PYTHONPATH="$PYTHONPATH:${S}/$sub_dir/$module_dir"
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A Dmeson.build7 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/
H A Dmeson.build7 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dmeson.build7 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dmeson.build8 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dmeson.build21 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dmeson.build13 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dmeson.build57 install_dir: module_dir,
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dmeson.build33 install_dir: join_paths(module_dir, 'drivers'),
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dexternalsrc.bbclass235 module_dir = os.path.join(s_dir, line.rsplit(maxsplit=1)[1])
236 if os.path.isdir(module_dir):
237 …proc = subprocess.Popen(['git', 'add', '-A', '.'], cwd=module_dir, env=env, stdout=subprocess.DEVN…
239 …proc = subprocess.Popen(['git', 'write-tree'], cwd=module_dir, env=env, stdout=subprocess.PIPE, st…
/OK3568_Linux_fs/external/xserver/
H A Dmeson.build272 module_dir = join_paths(get_option('libdir'), get_option('module_dir')) variable
539 manpage_config.set('modulepath', module_dir)
624 sdkconfig.set('moduledir', join_paths('${exec_prefix}', module_dir))
H A Dmeson_options.txt27 option('module_dir', type: 'string', value: 'xorg/modules', string
H A DChangeLog5903 meson: Fix module_dir configuration (v2)
5905 meson.build has code to set the module_dir variable to
5906 ${libdir}/xorg/modules if the module_dir option string is empty.
5910 the man page. The rule for xorg-server.pc uses option('module_dir')
5912 2. The 'module_dir' option has a default value of 'xorg/modules' so the
5914 3. The xorg-server.pc rule uses ${exec_prefix}/option('module_dir'), so
5921 Fix this by using the module_dir variable when generating xorg-server.pc, and by
5922 using join_paths() to assign module_dir unconditionally.
8330 While at it, set a default value for the module_dir option so that it
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-waflib-fix-compatibility-with-python-3.11.patch76 module_dir=os.path.dirname(path)
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build325 xorg_data.set_quoted('DEFAULT_MODULE_PATH', join_paths(get_option('prefix'), module_dir))