mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 06:39:53 +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>
16 lines
538 B
BlitzBasic
16 lines
538 B
BlitzBasic
require libx11.inc
|
|
require libx11_git.inc
|
|
|
|
DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
|
|
this version."
|
|
|
|
SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
|
|
file://fix-disable-xlocale.diff;patch=1 \
|
|
file://fix-utf8-wrong-define.patch;patch=1"
|
|
|
|
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
|
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
|
|
|
|
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
|
|
CFLAGS += "-D_GNU_SOURCE"
|