summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-11-06 13:22:08 -0800
committerAaron Plattner <aplattner@nvidia.com>2013-11-06 13:22:08 -0800
commit1257fb1068ef8716611e4fa0a2b176fd7d9981a7 (patch)
treeae99a797cc2e2deef695208a278f277d4d2e9170
parentfbf629ca82cd7e9d79f752d5a2b92f5adc8e5ade (diff)
319.72319.72319
-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 adaedb8..e7f51b8 100644
--- a/command-list.c
+++ b/command-list.c
@@ -580,10 +580,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 8768990..a32c24d 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 319.60
+NVIDIA_VERSION = 319.72