Remove merged patch

This commit is contained in:
Nicolas Chauvet 2016-06-20 10:23:45 +02:00
parent 053a174344
commit 6753d933cb
2 changed files with 0 additions and 27 deletions

View File

@ -1,24 +0,0 @@
From bc13ec00c19a3761fa11fb042601ae721458d366 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Fri, 20 May 2016 17:20:55 +0200
Subject: [PATCH] Remove uneeded xorg-server dependency
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 27da191..a0b2638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,6 @@ AX_PTHREAD()
PKG_CHECK_MODULES([X11], [x11])
PKG_CHECK_MODULES([XEXT], [xext])
-PKG_CHECK_MODULES([XORG], [xorg-server >= 1.11.0])
PKG_CHECK_MODULES([GLPROTO], [glproto])
dnl Checks for typedefs, structures, and compiler characteristics.
--
2.4.11

View File

@ -11,8 +11,6 @@ Summary: The GL Vendor-Neutral Dispatch library
License: MIT and BSD and LGPLv2+
URL: https://github.com/NVIDIA/libglvnd
Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
#https://github.com/NVIDIA/libglvnd/pull/90
Patch0: 0001-Remove-uneeded-xorg-server-dependency.patch
#This library only target few architectures use case
ExclusiveArch: x86_64 i686 armv7hl
@ -56,7 +54,6 @@ developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{?commit0}%{?!commit0:%{version}}
%patch0 -p1
autoreconf -vif