From c2d647a3cb3a6d456684bcdce327954214352959 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 8 Nov 2022 12:00:47 -0500 Subject: Update edit and publish configs, tweak OBS, add Mumble client --- roles/publish/tasks/emacs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'roles/publish/tasks/emacs.yml') diff --git a/roles/publish/tasks/emacs.yml b/roles/publish/tasks/emacs.yml index 8d75979..3944876 100644 --- a/roles/publish/tasks/emacs.yml +++ b/roles/publish/tasks/emacs.yml @@ -11,6 +11,11 @@ - automake - texinfo state: present +- name: Install building dependencies + apt: + name: + - emacs + state: build-dep - name: Create directory file: path: "{{ emacs_build_parent }}" @@ -22,7 +27,7 @@ dest: "{{ emacs_build_parent }}" creates: "{{ emacs_build_dir }}" - name: Configure - command: ./configure --with-x-toolkit=no + command: ./configure args: chdir: "{{ emacs_build_dir }}" creates: '{{ emacs_build_dir }}/Makefile' -- cgit v1.2.3