blob: 03102bf58a8f18a553290cd22971d1e2c807faea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require emacs.inc
# full X (non-diet) is needed for X support
DEPENDS += "gtk+ libungif"
EXTRA_OECONF = "--without-sound --with-x-toolkit=gtk"
RREPLACES = "emacs"
FILESPATH = "${FILE_DIRNAME}/emacs-${PV}:${FILE_DIRNAME}/files"
SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz \
file://use-qemu.patch;patch=1 \
file://nostdlib-unwind.patch;patch=1"
S = "${WORKDIR}/emacs-${PV}"
|