mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-01-31 01:13:04 +09:00
Mention that libdbus is a new dependency
This commit is contained in:
@@ -27,6 +27,7 @@ These are the dependencies needed to build GPU Screen Recorder UI:
|
||||
* linux-api-headers
|
||||
* libpulse (libpulse-simple)
|
||||
* libdrm
|
||||
* libdbus
|
||||
* wayland (wayland-client, wayland-egl, wayland-scanner)
|
||||
* setcap (libcap)
|
||||
|
||||
|
||||
@@ -220,7 +220,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int main() {
|
||||
GsrKwinHelper helper;
|
||||
|
||||
if (!helper.init()) {
|
||||
|
||||
Reference in New Issue
Block a user