Skip to content

Commit 80b26a4

Browse files
committed
Add missing dependency on ubuntu.
1 parent 72eeebe commit 80b26a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -x
77
# TODO: Support Fedora/CentOS/etc. as well.
88
if command -v apt &> /dev/null
99
then
10-
pkgs='build-essential libc6-dev'
10+
pkgs='build-essential libc6-dev xorg-dev'
1111
install=false
1212
for pkg in $pkgs; do
1313
status="$(dpkg-query -W --showformat='${db:Status-Status}' "$pkg" 2>&1)"

0 commit comments

Comments
 (0)