Corrected libstdc++ dependency in Pacman and Debian package control files

This commit is contained in:
Nav
2023-05-18 20:25:33 +01:00
parent ab659f6542
commit 22ae3684ed
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Depends: libc6 (>= 2.18),
libgcc1 (>= 1:4.2),
libgl1-mesa-glx | libgl1,
libopengl0 (>= 1.0.0),
libstdc++6 (>= 5),
libstdc++6 (>= 8.3.0),
libudev1 (>= 183),
libx11-6,
libx11-xcb1,

View File

@@ -10,7 +10,7 @@ package(){
depends=(
'fontconfig>=2.11.94'
'freetype2>=2.6'
'gcc-libs>=5'
'gcc-libs>=11.2.0'
'glibc>=2.18'
'libgl'
'libglvnd'