diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-23 21:56:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:08:59 +0000 |
commit | b064818003db3d3a3a18a4a27786725b28bd8d56 (patch) | |
tree | 212bb8aea59e1dad85d87046f8420d3941f1568b /meta | |
parent | 4db8a3daafdedf39e081f4f6130f6cdcde03ed62 (diff) | |
download | poky-b064818003db3d3a3a18a4a27786725b28bd8d56.tar.gz |
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.
(From OE-Core rev: 285c7577813cf75a3b554f8a5d6d7ba002127ef4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | 11 | ||
12 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" | 12 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" |
13 | XSERVERCODECS ?= "" | ||
13 | 14 | ||
14 | SUMMARY_${PN} = "X11 display server" | 15 | SUMMARY_${PN} = "X11 display server" |
15 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS_${PN} = "\ |
16 | ${XSERVER} \ | 17 | ${XSERVER} \ |
18 | ${XSERVERCODECS} \ | ||
17 | " | 19 | " |
18 | 20 | ||
19 | # Allow replacing task-x11-server in meta-oe | 21 | # Allow replacing task-x11-server in meta-oe |