diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:39:27 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:41:04 -0700 |
commit | ff0e53a12cc2f99f3529e409cbf04950ea7401ca (patch) | |
tree | 89ba27ed3ee8bc482f94ef6804aba703fc005ece | |
parent | c669f2444dc374ee3563178f405ff3c64ab53059 (diff) |
libdmx: Add fso-specs to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/xorg-lib/libdmx_1.1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/libdmx_1.1.0.bb b/recipes/xorg-lib/libdmx_1.1.0.bb index 27f429bc4f..62986dc73c 100644 --- a/recipes/xorg-lib/libdmx_1.1.0.bb +++ b/recipes/xorg-lib/libdmx_1.1.0.bb @@ -1,8 +1,8 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Distributed Multihead extension library" -DEPENDS += "libxext dmxproto" -PR = "r1" +DEPENDS += "libxext dmxproto fso-specs" +PR = "r2" PE = "1" SRC_URI[archive.md5sum] = "a2fcf0382837888d3781b714489a8999" |