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
8e9504da
Commit
8e9504da
authored
Sep 24, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Make sure opengl is not built with --without-opengl is specified.
parent
254349fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
configure
configure
+5
-3
configure.ac
configure.ac
+5
-3
No files found.
configure
View file @
8e9504da
...
...
@@ -11387,6 +11387,11 @@ fi
else
opengl_msg
=
"OpenGL development headers not found."
fi
test
-n
"
$opengl_msg
"
&&
enable_opengl32
=
${
enable_opengl32
:-
no
}
test
"x
$ac_cv_lib_soname_GLU
"
=
"x"
&&
enable_glu32
=
${
enable_glu32
:-
no
}
else
enable_opengl32
=
${
enable_opengl32
:-
no
}
enable_glu32
=
${
enable_glu32
:-
no
}
fi
if
test
-n
"
$opengl_msg
"
;
then
case
"x
$with_opengl
"
in
...
...
@@ -11404,9 +11409,6 @@ esac
fi
test
-n
"
$opengl_msg
"
&&
enable_opengl32
=
${
enable_opengl32
:-
no
}
test
"x
$ac_cv_lib_soname_GLU
"
=
"x"
&&
enable_glu32
=
${
enable_glu32
:-
no
}
NASLIBS
=
""
...
...
configure.ac
View file @
8e9504da
...
...
@@ -790,13 +790,15 @@ This probably prevents linking to OpenGL. Try deleting the file and restarting c
else
opengl_msg="OpenGL development headers not found."
fi
test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
else
enable_opengl32=${enable_opengl32:-no}
enable_glu32=${enable_glu32:-no}
fi
WINE_WARNING_WITH(opengl,[test -n "$opengl_msg"],[$opengl_msg
OpenGL and Direct3D won't be supported.])
test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
dnl **** Check for NAS ****
AC_SUBST(NASLIBS,"")
AC_CHECK_HEADERS(audio/audiolib.h,
...
...
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