Skip to content

Commit b789bf5

Browse files
committed
[*] update normally
1 parent 439e8c9 commit b789bf5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ cutil = { path = "lib/cutil" }
106106
sqldb = { path = "lib/sqldb" }
107107
pmacro = { path = "lib/pmacro" }
108108
capture = { path = "lib/capture" }
109-
recording = { path = "lib/recording" }
109+
recorder = { path = "lib/recorder" }

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@
6363
];
6464

6565
CPLUS_INCLUDE_PATH = with pkgs;
66-
lib.concatStringsSep ":" [
67-
"${glibc.dev}/include"
68-
"${stdenv.cc.cc}/include/c++/${gcc.version}/tr1"
69-
"${stdenv.cc.cc}/lib/gcc/x86_64-unknown-linux-gnu/${stdenv.cc.cc.version}/include"
70-
];
66+
lib.concatStringsSep ":" [ "${glibc.dev}/include" ];
7167

7268
PKG_CONFIG_PATH = with pkgs;
7369
lib.concatStringsSep ":" [ "${wayland.dev}/lib/pkgconfig" ];

wayshot/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ platform-dirs.workspace = true
4343

4444
[target.'cfg(target_os = "linux")'.dependencies]
4545
duct.workspace = true
46+
capture.workspace = true
47+
recorder.workspace = true
4648

4749
[target.'cfg(target_os = "android")'.dependencies]
4850
android_logger.workspace = true

0 commit comments

Comments
 (0)