diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:17:43 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:17:43 +0000 |
| commit | 5beb4321671bec3e9adc7f47a6056c15f6129b1a (patch) | |
| tree | c016dc22d4a427f83a70bc9223b3a71cea5b2452 /meta | |
| parent | a89ebcbeb89bc3d9ef5becb55a6d164ec476fe17 (diff) | |
| download | poky-5beb4321671bec3e9adc7f47a6056c15f6129b1a.tar.gz | |
libcroco: added missing dependency on zlib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4766 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/libcroco/libcroco_0.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libcroco/libcroco_0.6.1.bb b/meta/packages/libcroco/libcroco_0.6.1.bb index cc7fc05d62..6ac74e48ac 100644 --- a/meta/packages/libcroco/libcroco_0.6.1.bb +++ b/meta/packages/libcroco/libcroco_0.6.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" | 1 | DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" |
| 2 | SECTION = "x11/utils" | 2 | SECTION = "x11/utils" |
| 3 | DEPENDS = "glib-2.0 libxml2" | 3 | DEPENDS = "glib-2.0 libxml2 zlib" |
| 4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
| 5 | PR = "r2" | 5 | PR = "r2" |
| 6 | 6 | ||
