Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
OpenBSD: Add missing X11 libraries to autoconf.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #1551.

Thanks to Brad Smith for the patch!
  • Loading branch information
icculus committed Aug 2, 2012
1 parent b613d66 commit 5af791c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configure.in
Expand Up @@ -1045,8 +1045,13 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [[default=ma
*-*-openbsd*)
x11_lib='libX11.so'
x11ext_lib='libXext.so'
xrender_lib='libXrender.so'
xcursor_lib='libXcursor.so'
xinerama_lib='libXinerama.so'
xinput_lib='libXi.so'
xrandr_lib='libXrandr.so'
xrender_lib='libXrender.so'
xss_lib='libXss.so'
xvidmode_lib='libXxf86vm.so'
;;
*)
x11_lib=[`find_lib "libX11.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
Expand Down

0 comments on commit 5af791c

Please sign in to comment.