diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 12:36:43 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 12:36:43 +0100 |
| commit | 1b89ef641f3987d2b5c6b74cb9ad3884720eb810 (patch) | |
| tree | a8fe13d5e70196326a205516857f3100a3a40989 | |
| parent | f2719755e823d1dfa8246c4674652b4dfdb187f7 (diff) | |
| download | dotfiles-1b89ef641f3987d2b5c6b74cb9ad3884720eb810.tar.xz | |
Compile Emacs with SQLite support
| -rwxr-xr-x | .local/bin/emacs-build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build index cc978e0..815b244 100755 --- a/.local/bin/emacs-build +++ b/.local/bin/emacs-build @@ -6,6 +6,7 @@ make="make -j$(nproc --all)" configure_flags=( --with-cairo --with-gconf + --with-sqlite3 --with-xinput2 ) |
