mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
9ee3c77f4e
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 lines
301 B
BlitzBasic
13 lines
301 B
BlitzBasic
require libx11.inc
|
|
require libx11_git.inc
|
|
|
|
DESCRIPTION += " Support for XCB, and XCMS is disabled in this version."
|
|
|
|
PR = "r2"
|
|
|
|
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
|
|
|
EXTRA_OECONF += "--disable-xcms --with-xcb"
|
|
CFLAGS += "-D_GNU_SOURCE"
|
|
|