]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia-legacy-390xx.git/commitdiff
enable libglvnd by default; rel 2 auto/th/xorg-driver-video-nvidia-legacy-390xx-390.147-2
authorJan Palus <jpalus@fastmail.com>
Fri, 17 Dec 2021 23:34:48 +0000 (00:34 +0100)
committerJan Palus <jpalus@fastmail.com>
Fri, 17 Dec 2021 23:34:48 +0000 (00:34 +0100)
xorg-driver-video-nvidia-legacy-390xx.spec

index 22dd3a780c419789dfc2f02bd660c046fdfe036b..bf84c2d34fd1000f6817f5c203ee08293822d4a6 100644 (file)
@@ -3,7 +3,7 @@
 # - kernel-drm is required on never kernels. driver for kernel-longterm not requires drm
 #
 # Conditional build:
-%bcond_with    glvnd           # with GL vendor neutral libs
+%bcond_without glvnd           # with GL vendor neutral libs
 %bcond_without system_libglvnd # do not use system libglvnd
 %bcond_without kernel          # without kernel packages
 %bcond_without userspace       # don't build userspace programs
@@ -29,7 +29,7 @@ exit 1
 
 %define                no_install_post_check_so 1
 
-%define                rel     1
+%define                rel     2
 %define                pname   xorg-driver-video-nvidia-legacy-390xx
 Summary:       Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8):     Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -164,9 +164,9 @@ Summary(pl.UTF-8):  Biblioteki OpenGL (GL i GLX) Nvidia
 Group:         X11/Development/Libraries
 Requires(post,postun): /sbin/ldconfig
 %if %{with glvnd} && %{with system_libglvnd}
-Requires:      libglvnd
-Requires:      libglvnd-libGL
-Requires:      libglvnd-libGLES
+Requires:      libglvnd >= 1.3.4-2
+Requires:      libglvnd-libGL >= 1.3.4-2
+Requires:      libglvnd-libGLES >= 1.3.4-2
 %endif
 Requires:      libvdpau >= 0.3
 Provides:      OpenGL = 4.3
This page took 0.232884 seconds and 4 git commands to generate.