diff options
author | Rene Wagner <rw@handhelds.org> | 2006-08-12 18:46:52 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-08-12 18:46:52 +0200 |
commit | d45b2da090f81fadbb0668f74e3b3cd32bed404d (patch) | |
tree | f6ef30941bc82ec48de0c60509371c7983824edc /org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | |
parent | 0df30a7c5465366d03a38d38d17d117012c892e0 (diff) |
gpe-bootsplash: only link against libsvg-cairo
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb')
-rw-r--r-- | org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index 51abcfa..941ac64 100644 --- a/org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/org.handhelds.familiar/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -1,13 +1,15 @@ inherit gpe -DEPENDS = "gtk+ libsvg-cairo" +DEPENDS = "glib-2.0 libsvg-cairo" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r1" +PR = "r2" -SRC_URI += "file://splash-p.svg file://splash-l.svg" +SRC_URI += "file://svg-cairo-only.patch;patch=1 \ + file://splash-p.svg \ + file://splash-l.svg" FILES_${PN} += "${datadir}/gpe" |