]> code.ossystems Code Review - openembedded-core.git/commit
libx11: enable Xcms by default
authorJonathan Liu <net147@gmail.com>
Thu, 20 Jun 2013 01:54:56 +0000 (11:54 +1000)
committerSaul Wold <sgw@linux.intel.com>
Thu, 27 Jun 2013 16:49:14 +0000 (09:49 -0700)
commitd860ee68208b84efb8049669ca18acc69f2f2d1b
tree1616dae045ccfbb0302e20d8fb529c9a52dd0a67
parent2f209a7045a93e7e42f90418a42f464827b4a7f8
libx11: enable Xcms by default

The following do not work if Xcms is not enabled in libx11:
- starting xterm and doing ls --color / fails to color code the
  directories:
  xterm: Cannot allocate color "rgb:5c/5c/ff"
- xsetroot -solid rgb:5c/5c/ff fails with the following error:
  xsetroot:  unknown color "rgb:5c/5c/ff"
- xsetroot -solid rgbi:1.0/1.0/1.0 fails with the following error:
  xsetroot:  unknown color "rgbi:1.0/1.0/1.0"

More specifically, applications that pass Xcms color names to
XParseColor do not work properly.

[YOCTO #4576]

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
meta/recipes-graphics/xorg-lib/libx11.inc