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