mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 05:30:03 +01:00
Install libupower-glib include files into libupower-glib/ (where upower.h expects them to be), not upower-glib. Now the library is consistently named "libupower-glib" everywhere. Also fix the Libs line in the pkgconfig file: link against -lupower-glib, not -lupower.
13 lines
328 B
PkgConfig
13 lines
328 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: dbus-1, gthread-2.0
|
|
Requires: glib-2.0, gobject-2.0
|
|
Libs: -L${libdir} -lupower-glib
|
|
Cflags: -I${includedir}/libupower-glib
|
|
|