diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/libproxy_0.2.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/libproxy_0.2.3.bb b/recipes/gnome/libproxy_0.2.3.bb new file mode 100644 index 0000000000..2a2ee51cd7 --- /dev/null +++ b/recipes/gnome/libproxy_0.2.3.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "A library handling all the details of proxy configuration" +LICENSE = "LGPL" +DEPENDS = "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" + |