Searched refs:xkbcommon (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxkbcommon_1.7.0.bb | 4 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 D | 0003-meson.build-do-not-require-xkbcommon.patch | 4 Subject: [PATCH] meson.build: do not require xkbcommon 20 -xkb_dep = dependency('xkbcommon') 21 +xkb_dep = dependency('xkbcommon', required : false)
|
H A D | 0002-meson.build-add-features-options-for-png-gif-tiff-we.patch | 31 xkb_dep = dependency('xkbcommon')
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/ |
H A D | qtbase_%.bbappend | 7 PACKAGECONFIG:append:rpi = " libinput examples tslib xkbcommon"
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | meson.build | 36 if meson.is_cross_build() or not xkbcommon.found()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/ |
H A D | fbida_git.bb | 19 file://0003-meson.build-do-not-require-xkbcommon.patch \
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 203 PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
|
/openbmc/qemu/ui/ |
H A D | meson.build | 174 if have_system or xkbcommon.found()
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 577 --enable-xkbcommon) printf "%s" -Dxkbcommon=enabled ;; 578 --disable-xkbcommon) printf "%s" -Dxkbcommon=disabled ;;
|
/openbmc/qemu/ |
H A D | meson_options.txt | 262 option('xkbcommon', type : 'feature', value : 'auto', feature 263 description: 'xkbcommon support')
|
H A D | meson.build | 1211 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 D | systemd_256.8.bb | 75 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ 229 PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=enabled,-Dxkbcommon=disabled,libxkbcommon"
|