blob: 89f7892968f4137a6e48c18faabae54e6b1f4549 (
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;apply=yes file://no-xml2.patch;apply=yes \
file://no-deprecation.patch;apply=yes"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "e4734a59f1f2308d7714dc0ebf8163f1"
SRC_URI[archive.sha256sum] = "15e4c95402caa3c97394189a6b1b693eced23d80e292fcca12585317434adc2e"
|