Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ade10ebc
Commit
ade10ebc
authored
Apr 06, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glu32: Load libGLU only when functions are actually called.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2bc75f1a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
configure
configure
+0
-2
configure.ac
configure.ac
+0
-2
glu.c
dlls/glu32/glu.c
+0
-0
No files found.
configure
View file @
ade10ebc
...
...
@@ -10941,8 +10941,6 @@ esac
enable_winex11_drv
=
${
enable_winex11_drv
:-
no
}
fi
test
"x
$ac_cv_lib_soname_GLU
"
=
"x"
&&
enable_glu32
=
${
enable_glu32
:-
no
}
if
test
"
$ac_cv_header_CL_cl_h
"
=
"yes"
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for clGetPlatformInfo in -lOpenCL"
>
&5
...
...
configure.ac
View file @
ade10ebc
...
...
@@ -1167,8 +1167,6 @@ without X support, which probably isn't what you want. You will need
to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.],
[enable_winex11_drv])
test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
dnl **** Check for OpenCL ****
if test "$ac_cv_header_CL_cl_h" = "yes"
then
...
...
dlls/glu32/glu.c
View file @
ade10ebc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment