Add back missing libudev header file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user