help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / emacs / emacs-x11_23.1.bb
bloba2a22af2ebb85cc0a32a32dc3784b9e85f1f97bc
1 require emacs.inc
3 # full X (non-diet) is needed for X support
4 DEPENDS += "gtk+ libungif dbus"
6 PR = "r3"
8 EXTRA_OECONF = "--without-sound --with-x-toolkit=gtk"
10 DEFAULT_PREFERENCE = "-1"
12 RREPLACES_${PN} = "emacs"
14 FILESPATHPKG =. "emacs-${PV}:"
15 SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \
16 file://emacs23.1-use-qemu.patch \
17 file://nostdlib-unwind.patch \
18 file://configure.in.lost.backslashes.patch"
19 SRC_URI[tarball.md5sum] = "a620d4452769d04ad8864d662f34f8dd"
20 SRC_URI[tarball.sha256sum] = "a94cd46301f000d2d1dcd3fd7ef08ad952846d01ca5d4168b4ec3e38e857da47"
23 S = "${WORKDIR}/emacs-${PV}"