blob: 0fa32faf1354020e647e2a9858e4918db0bbed9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
require kanjipad.inc
SECTION = "libs"
SRC_URI += "file://Makefile-kpengine-only.patch;patch=1"
FILES = "${bindir}/kpengine ${datadir}"
# would it be better to make this a part of kanjipad bb?
S = ${WORKDIR}/kanjipad-2.0.0/
|