blob: 15e13377b41374625bc1bae93e0f05069333e1d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "LGPL"
DESCRIPTION = "Nokia hildon help library"
DEPENDS = "gtk+ intltool-native libxml2 gtkhtml-3.8 libosso libhildon"
inherit autotools pkgconfig lib_package
do_configure_prepend() {
# remove Werror from OSSO_CFLAGS
sed -i s:-Werror::g configure.ac
}
|