diff options
author | marha <marha@users.sourceforge.net> | 2009-11-23 15:23:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-23 15:23:16 +0000 |
commit | 699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee (patch) | |
tree | fc332f4b5adc964e2f5a7a3b69db8c96204f046a /xorg-server/installer/vcxsrv.nsi | |
parent | 29556eae54fc97f382b8d690dfc3a47a742800dc (diff) | |
download | vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.tar.gz vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.tar.bz2 vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.zip |
- Solved problems when running opengl with indirect rendering (export LIBGL_ALWAYS_INDIRECT=1)
- removed mesaopengl32.dll (not needed anymore)
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index fe2492a0f..1d92d7442 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -85,7 +85,6 @@ Section "VcXsrv (required)" File "..\XErrorDB"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
File "..\..\tools\plink\obj\release\plink.exe"
- File "..\..\mesalib\windows\VC8\mesa\Release\mesaopengl32.dll"
File "..\..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll"
SetOutPath $INSTDIR\fonts
File /r "..\fonts\*.*"
|