diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-26 10:47:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-26 10:47:18 +0000 |
commit | cce4f66d915e25d16e82002a941d1e5b1578eefa (patch) | |
tree | 4188a52f8835ec86d0f743f31f09ce6b66093abb /openembedded/packages/meta | |
parent | 57ea7b39904149aefe3dc6475a9d9f2ad87b4290 (diff) | |
download | poky-cce4f66d915e25d16e82002a941d1e5b1578eefa.tar.gz |
Add gdk-pixbufs and pango-modules to meta-oh
git-svn-id: https://svn.o-hand.com/repos/poky@34 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/meta')
-rw-r--r-- | openembedded/packages/meta/meta-oh.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb index 152d3e2f78..5839ae0c61 100644 --- a/openembedded/packages/meta/meta-oh.bb +++ b/openembedded/packages/meta/meta-oh.bb | |||
@@ -21,6 +21,11 @@ oh-task-base = "\ | |||
21 | rxvt \ | 21 | rxvt \ |
22 | xhost \ | 22 | xhost \ |
23 | ttf-bitstream-vera \ | 23 | ttf-bitstream-vera \ |
24 | gdk-pixbuf-loader-png \ | ||
25 | gdk-pixbuf-loader-xpm \ | ||
26 | gdk-pixbuf-loader-jpeg \ | ||
27 | pango-module-basic-x \ | ||
28 | pango-module-basic-fc \ | ||
24 | xauth" | 29 | xauth" |
25 | 30 | ||
26 | # avahi-daemon \ | 31 | # avahi-daemon \ |
@@ -33,12 +38,6 @@ oh-task-base = "\ | |||
33 | 38 | ||
34 | RDEPENDS_oh-task-base := "${oh-task-base}" | 39 | RDEPENDS_oh-task-base := "${oh-task-base}" |
35 | 40 | ||
36 | # gdk-pixbuf-loader-png \ | ||
37 | # gdk-pixbuf-loader-xpm \ | ||
38 | # gdk-pixbuf-loader-jpeg \ | ||
39 | # pango-module-basic-x \ | ||
40 | # pango-module-basic-fc \ | ||
41 | |||
42 | DEPENDS += " ${oh-task-base}" | 41 | DEPENDS += " ${oh-task-base}" |
43 | 42 | ||
44 | LICENSE = "MIT" | 43 | LICENSE = "MIT" |