Skip to content

Commit

Permalink
config.libs.sh: Improve messages for x components detection
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed May 24, 2020
1 parent 62bb1d4 commit 1d4462b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ else
die : 'Notice: X11 not present. Skipping X11 code paths.'
fi

check_enabled X11 XINERAMA Xinerama 'X11 is' false
check_enabled X11 XSHM XShm 'X11 is' false
check_enabled X11 XRANDR Xrandr 'X11 is' false
check_enabled X11 XVIDEO XVideo 'X11 is' false
check_enabled X11 XINERAMA Xinerama 'Xinerama is' false
check_enabled X11 XSHM XShm 'XShm is' false
check_enabled X11 XRANDR Xrandr 'Xrandr is' false
check_enabled X11 XVIDEO XVideo 'Xvideo is' false
check_enabled XEXT XVIDEO XVideo 'Xext is' false
check_enabled XF86VM XVIDEO XVideo 'XF86vm is' false

Expand Down

0 comments on commit 1d4462b

Please sign in to comment.