summaryrefslogtreecommitdiffstats
path: root/recipes/mml-widget/gtkmathview_0.7.6.bb
blob: 55f4328f7ec953e7eb0adbafce7719861b438809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "GPL"
HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/"
DEPENDS = "gtk+ popt libxslt libxml2"

SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-binreloc"

do_configure() {
	oe_runconf
}

do_stage() {
	autotools_stage_all
}