mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 05:30:03 +01:00
13 lines
329 B
PkgConfig
13 lines
329 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: upower-glib
|
|
Description: UPower is a system daemon for managing power devices
|
|
Version: @VERSION@
|
|
Requires.private: gthread-2.0, gio-2.0
|
|
Requires: glib-2.0, gobject-2.0
|
|
Libs: -L${libdir} -lupower-glib
|
|
Cflags: -I${includedir}/libupower-glib
|
|
|