Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38016 Details for
Bug 61080
emerge qt should check if opengl-update was executed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
warns about running opengl-update if USE="+opengl" and stops compiling
qt-3.3.3.ebuild-opengl.dependency.diff (text/plain), 455 bytes, created by
Florian E.J. Fruth
on 2004-08-23 07:06:02 UTC
(
hide
)
Description:
warns about running opengl-update if USE="+opengl" and stops compiling
Filename:
MIME Type:
Creator:
Florian E.J. Fruth
Created:
2004-08-23 07:06:02 UTC
Size:
455 bytes
patch
obsolete
>--- qt-3.3.3.ebuild.orig 2004-08-23 15:53:54.695432904 +0200 >+++ qt-3.3.3.ebuild 2004-08-23 15:58:49.287648080 +0200 >@@ -58,6 +58,15 @@ > ewarn "Be aware." > ewarn > fi >+ if use opengl ; then >+ if ! [ -e /usr/X11R6/include/GL/glext.h ] ; then >+ ewarn >+ ewarn "You are going to compile Qt with opengl support." >+ ewarn "It's necessary that you run opengl-update first or the Qt meight will fail." >+ ewarn >+ die >+ fi >+ fi > } > > src_unpack() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 61080
: 38016