diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-11-06 13:22:45 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-11-06 13:22:45 -0800 |
commit | d1e958d20b84299bf47a42cfc2ee15e8b29b76b3 (patch) | |
tree | 91b66ad69b067905d190a78d7551032afd6e21cf | |
parent | 3da5a41a22f20e586b4800d558cb420fde9145bb (diff) |
304.116304.116
-rw-r--r-- | command-list.c | 7 | ||||
-rw-r--r-- | version.mk | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/command-list.c b/command-list.c index f47bd3f..e09cebf 100644 --- a/command-list.c +++ b/command-list.c @@ -576,10 +576,17 @@ static void find_conflicting_libraries(Options *op, FileList *l); static ConflictingFileInfo __xfree86_opengl_libs[] = { + + /* Conflicting OpenGL libraries */ + { "libnvidia-glcore.", 17, /* strlen("libnvidia-glcore.") */ NULL }, { "libGL.", 6, /* strlen("libGL.") */ NULL }, { "libGLwrapper.", 13, /* strlen("libGLwrapper.") */ NULL }, + + /* Conflicting X extensions */ + { "libglx.", 7, /* strlen("libglx.") */ "glxModuleData" }, + { "libglamoregl.", 13, /* strlen("libglamoregl.") */ NULL }, { NULL, 0, NULL } }; @@ -1 +1 @@ -NVIDIA_VERSION = 304.108 +NVIDIA_VERSION = 304.116 |