blob: dc919eaaf93bfb3cf00c1c659e8cef2bcc8228a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require pidgin.inc
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-25.patch;patch=1 \
file://pidgin-cross-python.patch;patch=1 \
"
EXTRA_OECONF += " --disable-gtkspell \
--disable-meanwhile \
--disable-nm \
--disable-screensaver \
"
|