aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gaim/gaim_cvs.bb
blob: 801ec7dd255c71597429979b95af7d7a0cd2912f (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
PR = "r0"
#Remove the dash below when 2.0 changes in PV
PV = "2.0+cvs-${SRCDATE}"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
	file://no-superimposed-version-on-logo.patch;patch=1 \
	file://desktop-name-cvs.patch;patch=1 \
	file://gtk-deprecated-2.0.0.patch;patch=1 \
	"

include gaim.inc

S = "${WORKDIR}/gaim"

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"