blob: eb7a289ef2b5d4d474c678fe7002b0d6df368875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libglade.inc
inherit gnome
SRC_URI += "file://glade-cruft.patch;apply=yes file://no-xml2.patch;apply=yes"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"
|