summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-11-06 13:22:45 -0800
committerAaron Plattner <aplattner@nvidia.com>2013-11-06 13:22:45 -0800
commitd1e958d20b84299bf47a42cfc2ee15e8b29b76b3 (patch)
tree91b66ad69b067905d190a78d7551032afd6e21cf
parent3da5a41a22f20e586b4800d558cb420fde9145bb (diff)
304.116304.116
-rw-r--r--command-list.c7
-rw-r--r--version.mk2
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 }
};
diff --git a/version.mk b/version.mk
index 1bbea6f..dc5b192 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 304.108
+NVIDIA_VERSION = 304.116