mirror of https://github.com/mpv-player/mpv
Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13137 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82ac7e1152
commit
7a5eb4561c
|
@ -3195,7 +3195,7 @@ fi
|
|||
|
||||
echocheck "X11 libs presence"
|
||||
if test -z "$_ld_x11" ; then
|
||||
for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 ; do
|
||||
for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib ; do
|
||||
if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then
|
||||
_ld_x11="-L$I"
|
||||
echores "yes (using $I)"
|
||||
|
|
Loading…
Reference in New Issue