blob: 324d7198ab789198609ca11b1fd263485d63385a (
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"
|