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