blob: 40534622a8d04ba9a25e8987e3bf06085ab4aa05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require libglade.inc
PR = "r2"
inherit gnome
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch \
file://no-deprecation.patch"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "e4734a59f1f2308d7714dc0ebf8163f1"
SRC_URI[archive.sha256sum] = "15e4c95402caa3c97394189a6b1b693eced23d80e292fcca12585317434adc2e"
|