From 285c7577813cf75a3b554f8a5d6d7ba002127ef4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 23 Jan 2013 21:56:09 -0800 Subject: packagegroup-core-x11-xserver: Add XSERVERCODECS variable At present its hard for the system to provide extra x11 hardware codecs. We could lump them in with the XSERVER variable but this is suboptimal as in some use cases the user might not want to include them in some images. With this patch we keep our options open about separating usage of the two in the future. Signed-off-by: Richard Purdie --- meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb') diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb index fd6ed42cbe..3c70c530d9 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb @@ -10,10 +10,12 @@ inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" +XSERVERCODECS ?= "" SUMMARY_${PN} = "X11 display server" RDEPENDS_${PN} = "\ ${XSERVER} \ + ${XSERVERCODECS} \ " # Allow replacing task-x11-server in meta-oe -- cgit 1.2.3-korg