aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-19 13:00:08 +0100
committerKoen Kooi <koen@openembedded.org>2009-03-19 13:00:08 +0100
commitb7423a748d38227810bfad44cc3c9f7f27bfe379 (patch)
tree93ed4c85223c62dfa1248ff886556809cda755c5 /recipes/gnome
parentebd561bc14a9a0883ad7c0ef2a6560ec9ae6824a (diff)
downloadopenembedded-b7423a748d38227810bfad44cc3c9f7f27bfe379.tar.gz
libproxy: add 0.2.3
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/libproxy_0.2.3.bb20
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"
+