blob: ce31febc3d5819f2b939a1d1cd027e17e4d7196a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "GPE screenshot application"
LICENSE = "GPL"
PRIORITY = "optional"
SECTION = "gpe"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ libglade"
inherit gpe autotools
SRC_URI += "file://fix-segfault.patch;patch=1;pnum=0 "
|