summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdep.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep.sh b/dep.sh
index 588578e..c00b739 100755
--- a/dep.sh
+++ b/dep.sh
@@ -65,9 +65,9 @@ check \
# Libraries
if check pkg-config; then
check -l \
- x11 \
- xft \
- xinerama || retval=1
+ x11:"libX11 is missing" \
+ xft:"libXft is missing " \
+ xinerama:"libXinerama is missing" || retval=1
else
echo "Warning: Skipping library check since 'pkg-config' is missing" >&2
retval=1