forked from pool/upower
- Update to version 1.90.4: * Resolved high disk and CPU rate. * Stop guessing the unknown battery as a power supply. * Continue to support lid handling. * Fix org.freedesktop.UPower: EnergyRate is a positive value. * Fix uni-test python script. - Switch to tagged release. - Update BuildRequires minimum versions OBS-URL: https://build.opensuse.org/request/show/1185973 OBS-URL: https://build.opensuse.org/package/show/Base:System/upower?expand=0&rev=157
14 lines
654 B
Diff
14 lines
654 B
Diff
Index: upower-v1.90.2/src/meson.build
|
|
===================================================================
|
|
--- upower-v1.90.2.orig/src/meson.build
|
|
+++ upower-v1.90.2/src/meson.build
|
|
@@ -120,7 +120,7 @@ test(
|
|
|
|
# On Linux, we can run the additional integration test;
|
|
# defined here as we would have a circular dependency otherwise.
|
|
-if os_backend == 'linux' and gobject_introspection.found()
|
|
+if false and os_backend == 'linux' and gobject_introspection.found()
|
|
env = environment()
|
|
env.prepend('top_builddir', join_paths(meson.project_build_root()))
|
|
env.prepend('LD_LIBRARY_PATH', join_paths(meson.project_build_root(), 'libupower-glib'))
|