Add meson build

This commit is contained in:
dec05eba
2024-08-05 04:24:59 +02:00
parent 2aa81b741c
commit f0bcf73ba3
10 changed files with 99 additions and 34 deletions

View File

@@ -101,10 +101,7 @@ int main(void) {
if(overlay_pid == -1) {
fprintf(stderr, "launch overlay\n");
// TODO: window_with_input_focus
const char *args[] = {
"/home/dec05eba/git/gpu-screen-recorder-overlay/sibs-build/linux_x86_64/debug/gpu-screen-recorder-overlay",
NULL
};
const char *args[] = { "gsr-overlay", NULL };
exec_program(args, &overlay_pid);
}
}