aboutsummaryrefslogtreecommitdiffstats
path: root/dillo
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2004-09-16 13:05:43 +0000
committerChris Lord <chris@openedhand.com>2004-09-16 13:05:43 +0000
commit8fa8f8129d2f7e0685ac3d291b3745fbf2f61e31 (patch)
treefca0364f444855c99e24e84d3f01f57fd81660e6 /dillo
parentd285ff91876c6fe89c7ef00d017fb032e9ad0d45 (diff)
downloadopenembedded-8fa8f8129d2f7e0685ac3d291b3745fbf2f61e31.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages 2004/09/16 14:05:29+01:00 (none)!cwiiis Change a lot of gpe-related default settings. 2004/09/16 09:31:39+01:00 (none)!cwiiis Merge bk://openembedded@openembedded.bkbits.net/packages into chris.(none):/home/cwiiis/oe/packages 2004/09/16 09:31:28+01:00 (none)!cwiiis Fix dillo2 building. BKrev: 41498fa75yPDm4sTXLO7rcKzyq0xaA
Diffstat (limited to 'dillo')
-rw-r--r--dillo/dillo2_0.6.6.oe6
1 files changed, 4 insertions, 2 deletions
diff --git a/dillo/dillo2_0.6.6.oe b/dillo/dillo2_0.6.6.oe
index da8f00fe8e..a5ba37fb22 100644
--- a/dillo/dillo2_0.6.6.oe
+++ b/dillo/dillo2_0.6.6.oe
@@ -2,8 +2,8 @@ DESCRIPTION = "Lightweight gtk+2 browser."
DEPENDS = "gtk+"
RDEPENDS = "gdk-pixbuf-loader-xpm"
SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \
- file://gtk2.patch;patch=1 \
- file://fix_about_syntax.patch;patch=1 \
+ file://gtk2.patch;patch=1;pnum=1 \
+ file://fix_about_syntax.patch;patch=1;pnum=1 \
file://dillo.desktop \
file://dillo.png \
file://dillorc"
@@ -11,6 +11,8 @@ SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \
MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
PRIORITY = "optional"
+S = ${WORKDIR}/dillo-${PV}/
+
inherit autotools pkgconfig
do_install() {