aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/emacs/emacs-x11_22.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/emacs/emacs-x11_22.3.bb')
-rw-r--r--recipes/emacs/emacs-x11_22.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/emacs/emacs-x11_22.3.bb b/recipes/emacs/emacs-x11_22.3.bb
new file mode 100644
index 0000000000..03102bf58a
--- /dev/null
+++ b/recipes/emacs/emacs-x11_22.3.bb
@@ -0,0 +1,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}"