mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
bf05675a20
GObject libudev access. Initial version from Bastien Nocera, current version by David Zeuthen.
12 lines
256 B
PkgConfig
12 lines
256 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: gudev-1.0
|
|
Description: GObject bindings for libudev
|
|
Version: @VERSION@
|
|
Requires: glib-2.0, gobject-2.0
|
|
Libs: -L${libdir} -lgudev-1.0
|
|
Cflags: -I${includedir}/gudev-1.0
|