git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f17a1f
)
librsvg: Disable mozilla plugins as otherwise their presence on the build system...
author
Richard Purdie
<rpurdie@rpsys.net>
Tue, 15 Aug 2006 19:33:44 +0000
(19:33 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Tue, 15 Aug 2006 19:33:44 +0000
(19:33 +0000)
packages/librsvg/librsvg_2.11.1.bb
patch
|
blob
|
history
diff --git
a/packages/librsvg/librsvg_2.11.1.bb
b/packages/librsvg/librsvg_2.11.1.bb
index
679b1b0
..
e64e309
100644
(file)
--- a/
packages/librsvg/librsvg_2.11.1.bb
+++ b/
packages/librsvg/librsvg_2.11.1.bb
@@
-5,6
+5,8
@@
DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt"
LICENSE = "LGPL"
PR = "r1"
+EXTRA_OECONF = "--disable-mozilla-plugin"
+
inherit autotools pkgconfig gnome
PACKAGES =+ "librsvg-gtk librsvg-gtk-dev rsvg"