add drop bindings.

This commit is contained in:
Miroslav Šedivý
2021-01-06 18:27:21 +01:00
parent 4aa7da45e1
commit a92ead019e
4 changed files with 160 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /src
# install dependencies
ENV DEBIAN_FRONTEND=noninteractive
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends git cmake make libx11-dev libxrandr-dev libxtst-dev \
apt-get install -y --no-install-recommends git cmake make libx11-dev libxrandr-dev libxtst-dev libgtk-3-dev \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly; \
#
# install libclipboard