File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,4 +106,4 @@ cutil = { path = "lib/cutil" }
106106sqldb = { path = " lib/sqldb" }
107107pmacro = { path = " lib/pmacro" }
108108capture = { path = " lib/capture" }
109- recording = { path = " lib/recording " }
109+ recorder = { path = " lib/recorder " }
Original file line number Diff line number Diff line change 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" ] ;
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ platform-dirs.workspace = true
4343
4444[target .'cfg(target_os = "linux")' .dependencies ]
4545duct.workspace = true
46+ capture.workspace = true
47+ recorder.workspace = true
4648
4749[target .'cfg(target_os = "android")' .dependencies ]
4850android_logger.workspace = true
You can’t perform that action at this time.
0 commit comments