Skip to content

Commit

Permalink
add modulo feature to espanso-wayland (#2628) (#2635)
Browse files Browse the repository at this point in the history
* fix(espanso): add missing build req, mold

* fix(espanso-wayland): add modulo feature (#2626)

(cherry picked from commit 3a5c5cd)

Co-authored-by: Alberto García <[email protected]>
  • Loading branch information
raboneko and GarciaLnk authored Dec 15, 2024
1 parent ea400f2 commit d3ccb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anda/tools/espanso-wayland/espanso-wayland.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: wxGTK-devel
BuildRequires: openssl-devel
BuildRequires: mold

%description
A cross-platform Text Expander written in Rust. A text expander is a program
Expand All @@ -30,7 +31,7 @@ cd espanso

%build
cd espanso
%cargo_build -n -f vendored-tls,"wayland" -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}
%cargo_build -n -f vendored-tls,"wayland",modulo -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}

%install
mkdir -p %buildroot%_bindir
Expand Down
1 change: 1 addition & 0 deletions anda/tools/espanso-x11/espanso-x11.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: wxGTK-devel
BuildRequires: openssl-devel
BuildRequires: mold

%description
A cross-platform Text Expander written in Rust. A text expander is a program
Expand Down

0 comments on commit d3ccb14

Please sign in to comment.