[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add Emacs without GTK
From: |
Ludovic Courtès |
Subject: |
Re: Add Emacs without GTK |
Date: |
Mon, 11 Aug 2014 22:35:26 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Taylan Ulrich Bayirli/Kammer <address@hidden> skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Taylan Ulrich Bayirli/Kammer <address@hidden> skribis:
>>
>>> +(define-public emacs-no-x-toolkit
>>> + (package (inherit emacs)
>>> + (name "emacs-no-x-toolkit")
>>> + (inputs (alist-delete "gtk+" (package-inputs emacs)))
>>> + (arguments
>>> + (substitute-keyword-arguments (package-arguments emacs)
>>> + ((#:configure-flags flags)
>>> + `(cons "--with-x-toolkit=no" ,flags))))))
>>
>> Also please add a ‘synopsis’ that says “without X Window support”, as
>> done in qemu.scm.
>>
>> Ludo’.
>
> It's not without X, just without a toolkit. :)
Ah OK, didn’t know that was possible.
I’ve applied the patch with a synopsis and a copyright line.
Thanks!
Ludo’.