Skip to content
Snippets Groups Projects
Commit c7b16255 authored by Yaakov Selkowitz's avatar Yaakov Selkowitz
Browse files

xfree86: link modules against Xorg symbols on Cygwin


As a PE platform, all symbols in both EXEs and DLLs must be resolved
at link time.  As Xorg modules depend on symbols in the Xorg
executable, we must build Xorg before its modules, creating an implib
from the former which is used to link the latter.  This implib must
then be installed in order to build the drivers.

Currently only two drivers are supported on Cygwin: xf86-video-dummy
(to replace Xvfb/Xfake) and xf86-video-nested (to replace Xnest/Xephyr).

Signed-off-by: default avatarYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: default avatarJon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: default avatarJeremy Huddleston <jeremyhu@apple.com>
parent 2dffdcd6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment