blob: 58ff64e61483bdf591074d9a6e237a203fc44b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require contacts.inc
#DEPENDS += "gnome-vfs"
#RDEPENDS += "gnome-vfs-plugin-file"
#RRECOMMENDS += "gnome-vfs-plugin-http"
PV = "0.9+svnr${SRCREV}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \
file://stock_contact.png \
file://stock_person.png \
file://contacts-owl-window-menu.patch;patch=1 \
"
S = "${WORKDIR}/trunk"
#EXTRA_OECONF = "--enable-gnome-vfs"
|