blob: 46610cc71a9debdb35c7acb6366e182aca2a57ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit gpe pkgconfig
LICENSE = "GPL"
DESCRIPTION = "Plucker ebook reader"
DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r1"
PARALLEL_MAKE=""
SRC_URI += "file://fix_makefiles.patch;patch=1 \
file://remove-render.patch;patch=1 \
file://gpe-plucker-desktop.patch;patch=1"
|