]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add gdk-pixbufs and pango-modules to meta-oh
authorRichard Purdie <richard@openedhand.com>
Mon, 26 Sep 2005 10:47:18 +0000 (10:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 26 Sep 2005 10:47:18 +0000 (10:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@34 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/meta/meta-oh.bb

index 152d3e2f781dd4d06ba646e1e8bd6835590aae89..5839ae0c616e4442a2eed4d18d183fba39480591 100644 (file)
@@ -21,6 +21,11 @@ oh-task-base = "\
     rxvt \
     xhost \
     ttf-bitstream-vera \
+    gdk-pixbuf-loader-png \
+    gdk-pixbuf-loader-xpm \
+    gdk-pixbuf-loader-jpeg \
+    pango-module-basic-x \
+    pango-module-basic-fc \
     xauth"
 
 #    avahi-daemon \
@@ -33,12 +38,6 @@ oh-task-base = "\
 
 RDEPENDS_oh-task-base := "${oh-task-base}"
 
-#                          gdk-pixbuf-loader-png \
-#                         gdk-pixbuf-loader-xpm \
-#                         gdk-pixbuf-loader-jpeg \
-#                         pango-module-basic-x \
-#                         pango-module-basic-fc \
-
 DEPENDS += " ${oh-task-base}"
 
 LICENSE = "MIT"