blob: 99b45635239afac22ebb0c5e0d8dc70795923bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require pidgin.inc
DEFAULT_PREFERENCE = "-1"
SRC_URI = "${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
file://sanitize-configure.ac.patch;patch=1 \
file://gconf-no-errors.patch;patch=1 \
file://pidgin.desktop-set-icon.patch;patch=1 \
file://purple-OE-branding.patch;patch=1 \
"
EXTRA_OECONF += " --disable-gtkspell \
--disable-meanwhile \
--disable-nm \
"
PR = "r0"
|