diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-10-12 17:56:55 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-10-13 08:59:48 +0200 |
commit | 775310bf07e34137f86d467187836baea192c3d7 (patch) | |
tree | 4717611818897b421e162e4801f93729221c1340 /source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch | |
parent | 23e8bbd2ccaaba30353a5cda8d73f33fdaafce20 (diff) | |
download | current-775310bf07e34137f86d467187836baea192c3d7.tar.gz |
Sat Oct 12 17:56:55 UTC 201920191012175655
ap/man-pages-5.03-noarch-1.txz: Upgraded.
d/binutils-2.33.1-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
d/oprofile-1.3.0-x86_64-3.txz: Rebuilt.
Recompiled against binutils-2.33.1.
l/vte-0.58.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch')
-rw-r--r-- | source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch b/source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch new file mode 100644 index 00000000..f1c2e7aa --- /dev/null +++ b/source/x/x11/patch/xorg-server/c7486613b0dc586f93f6ba293d9b55c69995b05c.patch @@ -0,0 +1,23 @@ +From c7486613b0dc586f93f6ba293d9b55c69995b05c Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Wed, 9 Oct 2019 15:17:47 -0400 +Subject: [PATCH] meson: Fix another reference to "gl" 9.2.0 + +Previous commit e6ef2b12 missed a spot. +--- + glx/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glx/meson.build b/glx/meson.build +index 745814336..d7a2aa468 100644 +--- a/glx/meson.build ++++ b/glx/meson.build +@@ -74,7 +74,7 @@ if build_glx + common_dep, + dl_dep, + dependency('glproto', version: '>= 1.4.17'), +- dependency('gl', version: '>= 9.2.0'), ++ dependency('gl', version: '>= 1.2.0'), + ], + ) + |