mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
12 lines
239 B
PkgConfig
12 lines
239 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libudev
|
|
Description: Library to access udev device information
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ludev -lrt
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|