mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
12 lines
234 B
PkgConfig
12 lines
234 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@prefix@/include
|
|
|
|
Name: libudev
|
|
Description: Library to access udev device information
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ludev
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|