Home
last modified time | relevance | path

Searched refs:config_h (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/
H A D0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch25 config_h.set10('HAVE_POLKIT', polkit_dep.found())
30 config_h.set('ENABLE_LIBUNWIND', libunwind_dep.found())
31 config_h.set('HAVE_UNW_SET_CACHE_SIZE',
H A D0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch22 configuration: config_h
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share/
H A D0001-build-Define-list-of-libc-feature-test-macros.patch24 @@ -39,6 +39,17 @@ config_h.set_quoted('GNOMELOCALEDIR', user_share_prefix / user_share_localedir)
26config_h.set_quoted('HTTPD_CONFIG_TEMPLATE', user_share_prefix / user_share_pkgdatadir / 'dav_user…
36 + config_h.set(f[0], f[1])
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/
H A D0001-musl-Hack-to-fix-build.patch18 config_h.set('PATH_WTMP', '_PATH_WTMPX')
22 - config_h.set_quoted('PATH_WTMP', path_wtmp)
30 + config_h.set_quoted('PATH_WTMP', '/dev/null/wtmp')
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/
H A D0001-build-Fix-strndup-detection-on-MinGW.patch33 config_h.set('HAVE_' + f.underscorify().to_upper(), cc.has_function(f))
35 +config_h.set('HAVE_STRNDUP', cc.has_function('strndup') and cc.has_header_symbol('string.h', 'strn…
36config_h.set10('HAVE_XUCRED_CR_PID', cc.has_member('struct xucred', 'cr_pid', prefix : '#include <…
/openbmc/debug-trigger/
H A Dmeson.build24 config_h = configure_file(configuration: config, output: 'config.h') variable
37 executable('debug-trigger', 'main.c', config_h,
/openbmc/u-boot/scripts/
H A DMakefile.autoconf116 $(call filechk,config_h)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Duse-emacs-native-tools-for-cross-compiling.patch63 @@ -685,7 +685,7 @@ $(LIBEGNU_ARCHIVE): $(config_h)