From patchwork Tue May 10 05:26:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [23/30] libxkbfile: disable xcb Date: Tue, 10 May 2011 05:26:24 -0000 From: Saul Wold X-Patchwork-Id: 3601 Message-Id: <69dbb63bbf2ada9896795032aaac5fa71cd6cfcc.1305004776.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Otavio Salvador 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. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb index ff2f90f..44e2fa0 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb @@ -10,9 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aa32e1b87f1da02948ab7b55e129bf5f" DEPENDS += "virtual/libx11 kbproto" -PR = "r0" +PR = "r1" PE = "1" +EXTRA_OECONF += "--without-xcb" + BBCLASSEXTEND = "native" SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516"