1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

empathy: append to EXTRA_OECONF, don't override

Previous commit overrode EXTRA_OECONF rather than appending

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-01-14 12:36:47 +00:00
parent 7b41d2b3d1
commit 6816e5a653
+2 -2
View File
@@ -4,13 +4,13 @@ LICENSE = "GPL"
DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus"
RDEPENDS = "telepathy-mission-control"
RRECOMMENDS = "telepathy-gabble"
PR = "r1"
PR = "r2"
inherit gnome
PARALLEL_MAKE = ""
EXTRA_OECONF = "--disable-scrollkeeper"
EXTRA_OECONF += "--disable-scrollkeeper"
PACKAGES =+ "empathy-scrollkeeper-junk"
FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper"