mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update x11-clipboard.
This commit is contained in:
parent
23b6640851
commit
918b171bf7
3 changed files with 8 additions and 2 deletions
|
@ -24,6 +24,7 @@ RUN \
|
|||
clang \
|
||||
llvm \
|
||||
llvm-dev \
|
||||
#
|
||||
# GStreamer
|
||||
libpcre3-dev \
|
||||
#
|
||||
|
@ -36,6 +37,10 @@ RUN \
|
|||
# sampling profiler
|
||||
libunwind-dev \
|
||||
#
|
||||
# x11 integration
|
||||
libxcb-render-util0-dev \
|
||||
libxcb-shape0-dev \
|
||||
libxcb-xfixes0-dev \
|
||||
#
|
||||
&& \
|
||||
#
|
||||
|
|
|
@ -5,6 +5,7 @@ RUN apt-get install -qy --no-install-recommends \
|
|||
libgl1 \
|
||||
libssl1.1 \
|
||||
libdbus-1-3 \
|
||||
libxcb-shape0-dev \
|
||||
gstreamer1.0-plugins-good \
|
||||
gstreamer1.0-plugins-bad \
|
||||
gstreamer1.0-libav \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue