blob: c04be6b5f310b6718eaa53fc4885a475e89cb7a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "A library handling all the details of proxy configuration"
LICENSE = "LGPL"
DEPENDS = "libxmu gconf virtual/libx11"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
inherit autotools_stage
# Disable plugins that are *up* in the depchain, they need libproxy to build
# Don't we just love circular deps?
EXTRA_OECONF = " --with-file \
--with-gnome \
--without-kde \
--without-webkit \
--without-mozjs \
--without-networkmanager \
"
FILES_${PN}-dbg += "${libdir}/libproxy/*/plugins/.debug"
|