| /OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/ |
| H A D | meson.build | 12 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 D | git | 201 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 D | relocate-modules.patch | 38 - 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 D | kexec_common_lib.sh | 148 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 D | mozjs-78_78.15.0.bb | 71 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 D | meson.build | 7 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/ |
| H A D | meson.build | 7 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | meson.build | 7 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | meson.build | 8 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/ |
| H A D | meson.build | 21 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | meson.build | 13 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | meson.build | 57 install_dir: module_dir,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | meson.build | 33 install_dir: join_paths(module_dir, 'drivers'),
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | externalsrc.bbclass | 235 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 D | meson.build | 272 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 D | meson_options.txt | 27 option('module_dir', type: 'string', value: 'xorg/modules', string
|
| H A D | ChangeLog | 5903 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 D | 0001-waflib-fix-compatibility-with-python-3.11.patch | 76 module_dir=os.path.dirname(path)
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | meson.build | 325 xorg_data.set_quoted('DEFAULT_MODULE_PATH', join_paths(get_option('prefix'), module_dir))
|