blob: 7584b7e1ed6d14ab8fe6d3d405f333981fc107e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libglade.inc
FILE_PR = "r2"
inherit gnome
SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
file://no-deprecation.patch;patch=1"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
|