aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gaim/gaim_svn.bb
blob: 8ef83c4b5097b6d832a20e5c0ed430a20be615a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PR = "r0"
#Remove the dash below when 2.0 changes in PV
DEFAULT_PREFERENCE = "-100000"
PV = "1.9+2.0beta3cvs-${SRCDATE}"

SRC_URI = "svn://svn.sourceforge.net/svnroot/gaim;module=trunk;proto=https \
	file://no-superimposed-version-on-logo.patch;patch=1 \
	file://gtk-deprecated-2.0.0.patch;patch=1 \
	file://gevolution-eds-dbus.patch;patch=1 \
	"

require gaim.inc

S = "${WORKDIR}/trunk"

CFLAGS += "-D_GNU_SOURCE"


DEPENDS += "startup-notification"

#include autopoint (gettext)
EXTRA_AUTORECONF = ""

#disable "X Session Management"... It is EVIL
EXTRA_OECONF += "--disable-sm --enable-startup-notification"