mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17: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
|
* linux-api-headers
|
||||||
* libpulse (libpulse-simple)
|
* libpulse (libpulse-simple)
|
||||||
* libdrm
|
* libdrm
|
||||||
|
* libdbus
|
||||||
* wayland (wayland-client, wayland-egl, wayland-scanner)
|
* wayland (wayland-client, wayland-egl, wayland-scanner)
|
||||||
* setcap (libcap)
|
* setcap (libcap)
|
||||||
|
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main() {
|
||||||
GsrKwinHelper helper;
|
GsrKwinHelper helper;
|
||||||
|
|
||||||
if (!helper.init()) {
|
if (!helper.init()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user