blob: d064a3c55f169a3e396dcb29c1eda848210f88df (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
inherit gpe pkgconfig
DESCRIPTION = "GPE audio mixer"
DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://fix_makefile.patch;patch=1"
|