diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-02 22:50:32 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-03 10:31:51 +0200 |
commit | cf7f5dab3baf8ced43f44c8b4e4ae4f964f546b4 (patch) | |
tree | b2597764779793026b65eef6ddeda4abc9ea8f20 /recipes | |
parent | 5e46d34f5aea73815bb9f8d538a73be1fb755a95 (diff) |
libglade: add 2.6.4
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libglade/libglade_2.6.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libglade/libglade_2.6.4.bb b/recipes/libglade/libglade_2.6.4.bb new file mode 100644 index 0000000000..f73d6d5972 --- /dev/null +++ b/recipes/libglade/libglade_2.6.4.bb @@ -0,0 +1,9 @@ +require libglade.inc + +inherit gnome + +SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" + +EXTRA_OECONF += "--without-libxml2" + +LDFLAGS += "-lz" |