#36 Use correct BuildRequires for SQLite support
Merged 5 months ago by mavit. Opened 5 months ago by lzaoral.
rpms/ lzaoral/emacs sqlite-builddep  into  rawhide

file modified
+1 -1
@@ -75,7 +75,7 @@ 

  BuildRequires: systemd-devel

  BuildRequires: libgccjit-devel

  BuildRequires: libtree-sitter-devel

- BuildRequires: libsqlite3x-devel

+ BuildRequires: sqlite-devel

  BuildRequires: libwebp-devel

  

  BuildRequires: gtk3-devel

libsqlite3x is a library with C++ bindings for SQLite which emacs does not use at all which transitively pulled in the necessary sqlite-devel. Due to that dependency, the libsqlite3x package was also brought into ELN which is unwanted.

Fixes: 9c5e49b ("Enable new features in Emacs 29: SQLite, Tree-sitter, WEBP, XInput 2.")

Pull-Request has been merged by mavit

5 months ago
Metadata