mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
opengl32: Update OpenGL Registry files URLs.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
611c15953e
commit
2901ccceb0
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ use XML::Simple;
|
|||
#
|
||||
# - It needs files from the OpenGL extension registry:
|
||||
#
|
||||
# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml
|
||||
# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml
|
||||
# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml
|
||||
# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml
|
||||
#
|
||||
# If they are not found in the current directory the script will
|
||||
# attempt to download them from there.
|
||||
|
@ -404,8 +404,8 @@ if ($version eq "1.0") {
|
|||
#
|
||||
# Fetch the registry files
|
||||
#
|
||||
-f "gl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
|
||||
-f "wgl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
|
||||
-f "gl.xml" || system "wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml" || die "cannot download gl.xml";
|
||||
-f "wgl.xml" || system "wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml" || die "cannot download wgl.xml";
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue