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

Commit

Permalink
Added dynamic loading of XFixes and XDamage on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 29, 2010
1 parent c2a2be5 commit b8470c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -1039,6 +1039,8 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [[default=ma
xrandr_lib='/usr/X11R6/lib/libXrandr.2.dylib'
xinput_lib='/usr/X11R6/lib/libXi.6.dylib'
xss_lib='/usr/X11R6/lib/libXss.6.dylib'
xfixes_lib='/usr/X11R6/lib/libXfixes.3.dylib'
xdamage_lib='/usr/X11R6/lib/libXdamage.1.dylib'
;;
*-*-osf*)
x11_lib='libX11.so'
Expand Down

0 comments on commit b8470c8

Please sign in to comment.