Skip to content

Commit

Permalink
fix: building for flatpak
Browse files Browse the repository at this point in the history
this commit fixes building for flatpak by adding a patch to sctk

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx authored and edfloreshz committed Nov 5, 2024
1 parent b78991f commit b23589c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 66 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ target/
/flatpak-builder-tools
/.flatpak-builder
/repo
/flatpak-out
/flatpak-out

vendor/

.cargo/
77 changes: 12 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ features = ["macros", "fs", "rt"]

[build-dependencies]
vergen = { version = "8", features = ["git", "gitcl"] }

[patch."https://github.com/smithay/client-toolkit.git"]
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }

0 comments on commit b23589c

Please sign in to comment.