mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-28 09:58:11 +01:00
22 lines
555 B
Diff
22 lines
555 B
Diff
|
--- cinnamon-session-3.8.1/cinnamon-session/meson.build.old 2018-04-25 19:32:35.259283056 +0700
|
||
|
+++ cinnamon-session-3.8.1/cinnamon-session/meson.build 2018-04-25 19:37:46.064298856 +0700
|
||
|
@@ -77,6 +77,7 @@
|
||
|
xext,
|
||
|
xrender,
|
||
|
xtest,
|
||
|
+ upower_old,
|
||
|
# elogind,
|
||
|
],
|
||
|
link_with: [
|
||
|
@@ -86,7 +87,9 @@
|
||
|
install: true,
|
||
|
)
|
||
|
|
||
|
-
|
||
|
+# We only support old upower
|
||
|
+# https://bugzilla.gnome.org/show_bug.cgi?id=710383
|
||
|
+upower_old = dependency('upower-glib', version: '<0.99.0', required: false)
|
||
|
|
||
|
# test('inhibit',
|
||
|
# executable('test-inhibit',
|