diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-17 14:26:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-18 12:28:52 +0200 |
commit | f09b3426b3ee2df5885ce1041303290aee0805ea (patch) | |
tree | e6ca43044c1a26e133b61644835ebd3be2f20bc4 | |
parent | f4b838e27ab427ff4a50aa137c5c0ca255bfe4d8 (diff) | |
download | meta-openembedded-f09b3426b3ee2df5885ce1041303290aee0805ea.tar.gz |
xserver-common: add fbset to RDEPENDS
* used by xserver-common script to find out geometry
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index 8269205b67..b994dfb4e6 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Common X11 scripts and support files" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" | 5 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | PACKAGE_ARCH = "all" | 8 | PACKAGE_ARCH = "all" |
9 | 9 | ||