Inherit gconf in Web package to install schemas properly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@487 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-06-21 08:28:20 +00:00
parent 8ba09ff4d5
commit 0d229f1485
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Web is a multi-platform web browsing application."
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
inherit autotools pkgconfig gconf