diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-05 16:02:34 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-05 16:02:34 +0000 |
commit | 2f4832a6b62ef758abd8535fa4f3fbd7c1e120ba (patch) | |
tree | d156ffef900802eac3aacfe6f7f5466ae74bd94c /packages/vte/vte.inc | |
parent | 2fb51c1a7ca0f0336a590095484aaf8643f79032 (diff) |
vte_0.16.9.bb : add patch to hopefully fix pkgconfig issues with sysroot
Diffstat (limited to 'packages/vte/vte.inc')
-rw-r--r-- | packages/vte/vte.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc index e575a5a3fb..e9313cd861 100644 --- a/packages/vte/vte.inc +++ b/packages/vte/vte.inc @@ -5,6 +5,8 @@ RDEPENDS = "termcap" inherit gnome +SRC_URI += "file://vte-pkgconfig-fixes.patch;patch=1" + EXTRA_OECONF = "--disable-gtk-doc" do_stage() { |