Add back missing libudev header file
This commit is contained in:
@@ -168,6 +168,9 @@ package_udev() {
|
||||
package_libudev() {
|
||||
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 -Dm644 build/man/libudev.3 -t "$BPM_OUTPUT"/usr/share/man/man3/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user