mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Currently libx11 defaults to build without xcb backend and thus this needs to explicit depends on it or disable it. We opted to disable it since it is not critical for it to work. (From OE-Core rev: fe00d409dacc7670667f932fcb78760cc32ba5b0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
581 B
BlitzBasic
22 lines
581 B
BlitzBasic
SUMMARY = "XKB: X Keyboard File manipulation library"
|
|
|
|
DESCRIPTION = "libxkbfile provides an interface to read and manipulate \
|
|
description files for XKB, the X11 keyboard configuration extension."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=aa32e1b87f1da02948ab7b55e129bf5f"
|
|
|
|
DEPENDS += "virtual/libx11 kbproto"
|
|
|
|
PR = "r1"
|
|
PE = "1"
|
|
|
|
EXTRA_OECONF += "--without-xcb"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516"
|
|
SRC_URI[sha256sum] = "667e370a733b96b647a40211430cfc41dd2160c9a2aa701d0c839c626d0f2ae5"
|