Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / hildon-thumbnail.inc
1 LICENSE = "LGPL"
2 DESCRIPTION = "Nokia hildon thumbnail library"
3
4 DEPENDS = "libhildonmime"
5
6 inherit autotools pkgconfig lib_package
7
8 do_configure_prepend() {
9         # remove Werror from OSSO_CFLAGS
10         sed -i s:-Werror::g configure.ac
11
12         touch gtk-doc.make
13 }
14
15 do_stage() {
16         autotools_stage_all
17 }
18
19