diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-18 11:31:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-18 11:31:41 +0100 |
commit | cb62df186fbfa362915dfbb7f8b2469219e7ffa0 (patch) | |
tree | 3ab2b4d81ae9f5732ff4c84391862552deaea1a3 | |
parent | 7465fba01ef6d51f67a73b381e75c3a7fd79338f (diff) | |
download | poky-cb62df186fbfa362915dfbb7f8b2469219e7ffa0.tar.gz |
xserver-xf86-lite.inc: Make sure the correct RDEPENDS variable is appended too (thanks Enric)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-lite.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-lite.inc b/meta/packages/xorg-xserver/xserver-xf86-lite.inc index fe20d20c15..c4f46ecc70 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-lite.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-lite.inc | |||
@@ -8,7 +8,7 @@ LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile lib | |||
8 | 8 | ||
9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
10 | 10 | ||
11 | RDEPENDS = "hal xorg-minimal-fonts" | 11 | RDEPENDS_${PN} += "hal xorg-minimal-fonts" |
12 | 12 | ||
13 | FILES_${PN} += "${bindir}/Xorg " | 13 | FILES_${PN} += "${bindir}/Xorg " |
14 | 14 | ||