blob: e851cd0c70593678490eccb23eacedee2447b82d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PR = "r0"
PV = "2.0+cvs-${CVSDATE}"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
file://no-superimposed-version-on-logo.patch;patch=1 \
file://desktop-name-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"
|