Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
bd8ede1b
Commit
bd8ede1b
authored
Oct 12, 2000
by
Lionel Ulmer
Committed by
Alexandre Julliard
Oct 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the OpenGL detection code.
parent
cc536583
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
configure
configure
+4
-4
configure.in
configure.in
+4
-4
No files found.
configure
View file @
bd8ede1b
...
...
@@ -3799,15 +3799,15 @@ else
fi
if
test
$ac_cv_lib_GL_glXCreateContext
=
"yes"
then
OPENGLFILES
=
'$(OPENGLFILES)'
cat
>>
confdefs.h
<<
\
EOF
OPENGLFILES
=
'$(OPENGLFILES)'
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_OPENGL 1
EOF
if
test
$ac_cv_lib_GL_glXCreateContext
=
"yes"
then
echo
$ac_n
"checking for glXGetProcAddressARB in -lGL""...
$ac_c
"
1>&6
echo
"configure:3813: checking for glXGetProcAddressARB in -lGL"
>
&5
ac_lib_var
=
`
echo
GL
'_'
glXGetProcAddressARB |
sed
'y%./+-%__p_%'
`
...
...
configure.in
View file @
bd8ede1b
...
...
@@ -280,12 +280,12 @@ then
,,
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
OPENGLFILES='$(OPENGLFILES)'
AC_DEFINE(HAVE_OPENGL)
if test $ac_cv_lib_GL_glXCreateContext = "yes"
then
OPENGLFILES='$(OPENGLFILES)'
AC_DEFINE(HAVE_OPENGL)
AC_CHECK_LIB(GL,glXGetProcAddressARB,AC_DEFINE(HAVE_GLX_GETPROCADDRESS),,$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes"
...
...
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