summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libhildon.inc
blob: 534603d64082bd1ecb5d7c0359fe24b3ec08bee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Hildon widget library"
LICENSE = "LGPL"

DEPENDS = "gconf esound gtk+"

inherit autotools pkgconfig lib_package

EXTRA_OECONF = "--with-maemo-gtk=no"

do_stage() {
        autotools_stage_all
}