[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 10:39:36 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
------- Additional Comments From s864 at ii.uib.no 2004-08-12 10:39 -------
(In reply to comment #2)
> 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.
>
I don't fully understand what you think ProjectRoot should be..
How about this:
- GLX_DEFS = GlxDefines VidModeExtensionDefines
+ GLX_DEFS = GlxDefines VidModeExtensionDefines \
+ -DDEFAULT_DRIVER_DIR=\"$(MODULEDIR)/dri\"
Tested on AMD64.
--
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