]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gaim/gaim_cvs.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gaim / gaim_cvs.bb
1 PR = "r0"
2 PV = "2.0+cvs-${CVSDATE}"
3
4 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
5         file://no-superimposed-version-on-logo.patch;patch=1 \
6         file://desktop-name-2.0.0.patch;patch=1 \
7         "
8
9 include gaim.inc
10
11 S = "${WORKDIR}/gaim"
12
13 CFLAGS += "-D_GNU_SOURCE"
14
15
16 DEPENDS += "startup-notification"
17
18 #include autopoint (gettext)
19 EXTRA_AUTORECONF = ""
20
21 #disable "X Session Management"... It is EVIL
22 EXTRA_OECONF += "--disable-sm --enable-startup-notification"