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