Add linux-api-headers as a dependency

This commit is contained in:
2026-01-02 21:19:57 +02:00
parent 29c74a0d14
commit b5d2273ee2
+2 -1
View File
@@ -1,7 +1,7 @@
name: glibc name: glibc
description: The GNU C Library description: The GNU C Library
version: "2.42" version: "2.42"
revision: 3 revision: 4
url: https://www.gnu.org/software/libc/ url: https://www.gnu.org/software/libc/
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
architecture: any architecture: any
@@ -9,6 +9,7 @@ type: source
keep: keep:
- etc/locale.gen - etc/locale.gen
depends: depends:
- linux-api-headers
- tzdata - tzdata
optional_depends: optional_depends:
- gd - gd