Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Commits
202f2146
Commit
202f2146
authored
Feb 23, 2018
by
jwendt
Browse files
Options
Downloads
Patches
Plain Diff
only deactivate on Linux, since the option is removed for anything else
parent
0acba6ab
No related branches found
No related tags found
1 merge request
!92
Feature/#302 #306 update conan dependencies
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
conanfile.py
+2
-1
2 additions, 1 deletion
conanfile.py
with
2 additions
and
1 deletion
conanfile.py
+
2
−
1
View file @
202f2146
...
@@ -51,6 +51,7 @@ class ProjectPhoenix(ConanFile):
...
@@ -51,6 +51,7 @@ class ProjectPhoenix(ConanFile):
self
.
options
[
"
freeimage
"
].
shared
=
True
self
.
options
[
"
freeimage
"
].
shared
=
True
self
.
options
[
"
glew
"
].
shared
=
True
self
.
options
[
"
glew
"
].
shared
=
True
self
.
options
[
"
gl
"
].
shared
=
False
self
.
options
[
"
gl
"
].
shared
=
False
if
self
.
settings
.
os
==
"
Linux
"
:
self
.
options
[
"
sdl2
"
].
alsa
=
False
self
.
options
[
"
sdl2
"
].
alsa
=
False
def
imports
(
self
):
def
imports
(
self
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment