blob: 0cd88334b3120f4cdae33e2ff112f2a97bd51257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native widgets."
HOMEPAGE = "http://www.wxwidgets.org"
SECTION = "x11/libs"
LICENSE = "GPL"
DEPENDS = "gtk+"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.gz"
S = "${WORKDIR}/wxWidgets-${PV}"
inherit autotools pkgconfig
do_configure() {
oe_runconf
}
#FIXME add sane packaging
|