Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / libhildonfm.inc
1 LICENSE = "LGPL"
2 DESCRIPTION = "Nokia hildon filemanager library"
3
4 DEPENDS = "gtk+ libxi libxt libpng gconf dbus libosso libhildon hildon-thumbnail libhildonmime osso-gwconnect mce-dev"
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 PARALLEL_MAKE = ""
16
17 do_stage() {
18         autotools_stage_all
19   if [ ! -d ${STAGING_INCDIR}/hildon-widgets ]
20   then
21     mkdir -p ${STAGING_INCDIR}/hildon-widgets
22   fi
23
24         ln -sf ${STAGING_INCDIR}/hildon-fm-2/hildon/* ${STAGING_INCDIR}/hildon-widgets/
25 }
26
27