[xorg-bugzilla-noise] [Bug 1057] [PATCH] GLX looks for DRI drivers
in wrong dir on AMD64 (and others?)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 12 09:56:30 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1057
mharris at www.linux.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mharris at www.linux.org.uk
------- Additional Comments From mharris at www.linux.org.uk 2004-08-12 09:56 -------
amd64, ppc64, s390x are all the same for libdir beign "lib64". Both the current
CVS glx code is broken with ProjectRoot, as well as the attached patch. Imake
defines BUILDMODULESDIR as a base for the modules to get installed into.
A patch that does something like this might work better, and fix ProjectRoot
at the same time:
- GLX_DEFS = GlxDefines VidModeExtensionDefines
+ GLX_DEFS = GlxDefines VidModeExtensionDefines \
+ -DDEFAULT_DRIVER_DIR=\"$(BUILDMODULEDIR)\"
Untested yet however. If someone else hasn't tested this yet when I get
to testing AMD64, I'll test it.
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list