xserver-common: add fbset to RDEPENDS

* used by xserver-common script to find out geometry

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2011-04-17 14:26:25 +02:00
parent f4b838e27a
commit f09b3426b3

View File

@ -2,8 +2,8 @@ DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
PR = "r0"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset"
PR = "r1"
PACKAGE_ARCH = "all"