Home
last modified time | relevance | path

Searched refs:xkbcommon (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxkbcommon_1.7.0.bb4 HOMEPAGE = "http://www.xkbcommon.org"
10 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
14 UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
27 FILES:xkbcli = "${bindir}/xkbcli ${libexecdir}/xkbcommon/xkbcli-*"
35 # xkbcommon: ERROR: couldn't find a Compose file for locale "C"
40 CVE_PRODUCT += "xkbcommon:libxkbcommon"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0003-meson.build-do-not-require-xkbcommon.patch4 Subject: [PATCH] meson.build: do not require xkbcommon
20 -xkb_dep = dependency('xkbcommon')
21 +xkb_dep = dependency('xkbcommon', required : false)
H A D0002-meson.build-add-features-options-for-png-gif-tiff-we.patch31 xkb_dep = dependency('xkbcommon')
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/
H A Dqtbase_%.bbappend7 PACKAGECONFIG:append:rpi = " libinput examples tslib xkbcommon"
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build36 if meson.is_cross_build() or not xkbcommon.found()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_git.bb19 file://0003-meson.build-do-not-require-xkbcommon.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc203 PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
/openbmc/qemu/ui/
H A Dmeson.build174 if have_system or xkbcommon.found()
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh577 --enable-xkbcommon) printf "%s" -Dxkbcommon=enabled ;;
578 --disable-xkbcommon) printf "%s" -Dxkbcommon=disabled ;;
/openbmc/qemu/
H A Dmeson_options.txt262 option('xkbcommon', type : 'feature', value : 'auto', feature
263 description: 'xkbcommon support')
H A Dmeson.build1211 if get_option('xkbcommon').auto() and not have_system and not have_tools
1212 xkbcommon = not_found variable
1214 xkbcommon = dependency('xkbcommon', required: get_option('xkbcommon'), variable
2518 config_host_data.set('CONFIG_XKBCOMMON', xkbcommon.found())
4328 # Don't build qemu-keymap if xkbcommon is not explicitly enabled
4330 if xkbcommon.found()
4333 dependencies: [qemuutil, xkbcommon], install: have_tools)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_256.8.bb75 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \
229 PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=enabled,-Dxkbcommon=disabled,libxkbcommon"