commit 1b89ef641f3987d2b5c6b74cb9ad3884720eb810 parent f2719755e823d1dfa8246c4674652b4dfdb187f7 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 13 Feb 2022 12:36:43 +0100 Compile Emacs with SQLite support Diffstat:
| M | .local/bin/emacs-build | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 )