blob: 5297d3250df164a5998b9e5ad510f7519b2c73cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENSE = "GPL"
inherit gpe pkgconfig
SRC_URI += "file://makefile-fix.patch;patch=1"
DESCRIPTION = "GPE audio Recorder"
DEPENDS = "gtk+ libgpewidget libglade libgsm gpe-soundserver"
SECTION = "gpe/multimedia"
PRIORITY = "optional"
LDFLAGS_append = " -Wl,--export-dynamic"
|