Add back missing libudev header file

This commit is contained in:
2025-11-15 12:04:15 +02:00
parent abd31df972
commit 2e0bb23229
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: udev name: udev
description: Userspace device file manager description: Userspace device file manager
version: "258.2" version: "258.2"
revision: 1 revision: 2
url: https://github.com/systemd/systemd url: https://github.com/systemd/systemd
license: GPL-2.0-or-later,LGPL-2.1-or-later license: GPL-2.0-or-later,LGPL-2.1-or-later
architecture: any architecture: any
+3
View File
@@ -168,6 +168,9 @@ package_udev() {
package_libudev() { package_libudev() {
meson install -C build --destdir="$BPM_OUTPUT" --no-rebuild --tags libudev,libudev-devel meson install -C build --destdir="$BPM_OUTPUT" --no-rebuild --tags libudev,libudev-devel
# Install libudev header file
install -Dm644 "$BPM_SOURCE"/src/libudev/libudev.h "$BPM_OUTPUT"/usr/include/libudev.h
# Install man page # Install man page
install -Dm644 build/man/libudev.3 -t "$BPM_OUTPUT"/usr/share/man/man3/ install -Dm644 build/man/libudev.3 -t "$BPM_OUTPUT"/usr/share/man/man3/