use correct BuildRequires for SQLite support
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: 9c5e49b7f0
("Enable new features in Emacs 29: SQLite, Tree-sitter, WEBP, XInput 2.")
This commit is contained in:
parent
927faab5c0
commit
6efc21e5fc
@ -75,7 +75,7 @@ BuildRequires: jansson-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: libgccjit-devel
|
||||
BuildRequires: libtree-sitter-devel
|
||||
BuildRequires: libsqlite3x-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libwebp-devel
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
|
Loading…
Reference in New Issue
Block a user