Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNexarian <cmp@pitstick.net>2022-07-30 08:45:49 +0300
committerGitHub <noreply@github.com>2022-07-30 08:45:49 +0300
commit715b430bcd28d6aa38f32945f82353b3273b1213 (patch)
treedc8ad575c0f00931c2c81ae3b1096623f4f5806a
parenta16c436e53d76f61fd4441a9444b76649629b871 (diff)
Adding x11-utils for xdpyinfo (#225)
-rwxr-xr-xscripts/install_xorgxrdp_build_dependencies_with_apt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
index ce4ffc4..57acbf4 100755
--- a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
+++ b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
@@ -18,6 +18,7 @@ APT_EXTRA_ARGS="$@"
PACKAGES=" \
xserver-xorg-core \
xserver-xorg-dev \
+ x11-utils \
nasm \
"