Remove x11-glvnd.conf

This commit is contained in:
Nicolas Chauvet 2016-01-06 10:39:25 +01:00
parent bc47034927
commit cd53a860a5
2 changed files with 0 additions and 13 deletions

View File

@ -1,6 +0,0 @@
#This file is provided by libglvnd
#Do not edit
Section "Module"
Load "x11glvnd"
EndSection

View File

@ -9,7 +9,6 @@ License: MIT and BSD and LGPLv2+
URL: https://github.com/NVIDIA/libglvnd
# git clone && ./autogen.sh && make dist && mv
Source0: libglvnd-%{version}%{?snapshot}.tar.gz
Source1: 10-x11glvnd.conf
Patch0: 0001-Don-t-hardcode-the-minimal-xorg-version.patch
Patch1: 0002-Enable-x11glvnd-by-default-on-more-recent-xorg-relea.patch
@ -59,11 +58,6 @@ make %{?_smp_mflags} V=1
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# Install config file
mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d
install -pm 0644 %{SOURCE1} \
%{buildroot}%{_datadir}/X11/xorg.conf.d
# Avoid conflict with mesa-libGL for now
mkdir -p %{buildroot}%{_libdir}/%{name}
for l in libGL libGLESv2 ; do
@ -89,7 +83,6 @@ rm -rf %{buildroot}%{_libdir}/libGLESv1_CM*
%files -n xorg-x11-glvnd
%{_libdir}/xorg/modules/extensions/*.so*
%{_datadir}/X11/xorg.conf.d/10-x11glvnd.conf
%changelog