[packages/Vulkan-Loader] always BR: libstdc++-devel
    atler 
    atler at pld-linux.org
       
    Mon Nov 28 01:37:12 CET 2022
    
    
  
commit f46330ce97a5beb29a63489175dc6e05c28318c5
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 28 01:35:30 2022 +0100
    always BR: libstdc++-devel
    
    Vulkan-Loader does not specify languages inside project(Vulkan-Loader)
    directive meaning both C and CXX are enabled as per cmake's default.
    that in turn means CXX compiler is validated whether it can create
    executables effectively requiring libstdc++-devel.
 Vulkan-Loader.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Vulkan-Loader.spec b/Vulkan-Loader.spec
index f75f8c8..af5dc0c 100644
--- a/Vulkan-Loader.spec
+++ b/Vulkan-Loader.spec
@@ -26,7 +26,7 @@ BuildRequires:	glibc-localedb-all
 BuildRequires:	Vulkan-Headers = %{api_version}
 %{?with_tests:BuildRequires:	gmock-devel}
 %{?with_tests:BuildRequires:	gtest-devel}
-%{?with_tests:BuildRequires:	libstdc++-devel >= 6:4.7}
+BuildRequires:	libstdc++-devel >= 6:4.7
 %{?with_x11:BuildRequires:	libxcb-devel}
 BuildRequires:	pkgconfig
 BuildRequires:	python3 >= 1:3
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Vulkan-Loader.git/commitdiff/f46330ce97a5beb29a63489175dc6e05c28318c5
    
    
More information about the pld-cvs-commit
mailing list