Mention that libdbus is a new dependency

This commit is contained in:
dec05eba
2026-01-24 01:01:26 +01:00
parent 9c5688f61b
commit bfc7df5c56
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -220,7 +220,7 @@ public:
}
};
int main(int argc, char** argv) {
int main() {
GsrKwinHelper helper;
if (!helper.init()) {