diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-29 15:44:48 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-29 15:44:48 +0100 |
| commit | 7951647c9f55f78890cdf51d708345d69e90ad2b (patch) | |
| tree | 1c70d617e819c2dc66a1885c8923c4239ed4189d | |
| parent | f2a9705633cc0ccf3c06b9ada67f57b7a3ea0614 (diff) | |
| download | poky-7951647c9f55f78890cdf51d708345d69e90ad2b.tar.gz | |
xserver-kdrive: Add missing DEPENDS on bigreqsproto xcmiscproto
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive.inc b/meta/packages/xorg-xserver/xserver-kdrive.inc index 5c8b9bbbf3..1d59870441 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive.inc +++ b/meta/packages/xorg-xserver/xserver-kdrive.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
| 2 | DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \ | 2 | DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \ |
| 3 | libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans" | 3 | libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto xcmiscproto" |
| 4 | 4 | ||
| 5 | PROVIDES = "virtual/xserver" | 5 | PROVIDES = "virtual/xserver" |
| 6 | PACKAGES =+ "xserver-kdrive-fbdev \ | 6 | PACKAGES =+ "xserver-kdrive-fbdev \ |
