Skip to content
Snippets Groups Projects
Commit fe8aca63 authored by Luigi Calori's avatar Luigi Calori
Browse files

add a variant to Qt for make dependency on mesa swlwctable

parent f729cf62
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ class Qt(Package): ...@@ -23,6 +23,7 @@ class Qt(Package):
version('3.3.8b', '9f05b4125cfe477cc52c9742c3c09009', version('3.3.8b', '9f05b4125cfe477cc52c9742c3c09009',
url="http://download.qt.io/archive/qt/3/qt-x11-free-3.3.8b.tar.gz") url="http://download.qt.io/archive/qt/3/qt-x11-free-3.3.8b.tar.gz")
variant('mesa', default=False, description='depend on mesa')
# Add patch for compile issues with qt3 found with use in the OpenSpeedShop project # Add patch for compile issues with qt3 found with use in the OpenSpeedShop project
variant('krellpatch', default=False, description="build with openspeedshop based patch.") variant('krellpatch', default=False, description="build with openspeedshop based patch.")
patch('qt3krell.patch', when='@3.3.8b+krellpatch') patch('qt3krell.patch', when='@3.3.8b+krellpatch')
...@@ -48,7 +49,7 @@ class Qt(Package): ...@@ -48,7 +49,7 @@ class Qt(Package):
# depends_on("icu4c") # depends_on("icu4c")
# OpenGL hardware acceleration # OpenGL hardware acceleration
depends_on("mesa", when='@4:') depends_on("mesa", when='@4:+mesa')
depends_on("libxcb") depends_on("libxcb")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment