mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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:
@@ -4,8 +4,9 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js"
|
|||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Web is a multi-platform web browsing application."
|
DESCRIPTION = "Web is a multi-platform web browsing application."
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
||||||
S = "${WORKDIR}/trunk"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig gconf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user