From 6486db601b1c5fbcae7388690cf50a251a674716 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sun, 11 Aug 2024 20:02:40 +0200 Subject: [PATCH] Add missing libgstreamer-plugins-base1.0-dev to compile dependency docs (#407) --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 82759e262..dee706c4d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -13,7 +13,7 @@ If you want to compile Golang code locally, you must install additional dependencies in order for it to compile. ```shell -apt-get install -y --no-install-recommends libx11-dev libxrandr-dev libxtst-dev libgstreamer1.0-dev +apt-get install -y --no-install-recommends libx11-dev libxrandr-dev libxtst-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev ``` Libclipboard files can be retrieved from `neko_dev_server` container: