summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-03-15 11:12:12 +0100
committermbkma <[email protected]>2026-03-15 11:12:12 +0100
commit9d059b845030aaf2f8d374528ef666a8d274db9a (patch)
treef19e1f18ebb69cb190f709c2780959dbb55cd9ba /src/meson.build
parent239eecf1017a480b4f3abb1db6c8742d820ece12 (diff)
downloadmate-power-manager-gdbus.tar.bz2
mate-power-manager-gdbus.tar.xz
migrate to gdbusgdbus
see https://github.com/GNOME/gnome-power-manager/commit/7568769f for a reference, though this is not a 1:1 copy
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/meson.build b/src/meson.build
index 35a0b88..15e9b44 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -34,30 +34,9 @@ cflags = [
'-DEGG_CONSOLE="GPM_CONSOLE"'
]
marshal_files = gnome.genmarshal('gpm-marshal', prefix : 'gpm_marshal', sources : 'gpm-marshal.list')
-
-dbus_binding_tool = find_program('dbus-binding-tool')
-dbus_Backlight = custom_target('org.mate.PowerManager.Backlight',
- input: 'org.mate.PowerManager.Backlight.xml',
- output: 'org.mate.PowerManager.Backlight.h',
- command: [dbus_binding_tool, '--prefix=gpm_backlight', '--mode=glib-server',
- '--output=@OUTPUT@', '@INPUT@']
-)
-dbus_KbdBacklight = custom_target('org.mate.PowerManager.KbdBacklight',
- input: 'org.mate.PowerManager.KbdBacklight.xml',
- output: 'org.mate.PowerManager.KbdBacklight.h',
- command: [dbus_binding_tool, '--prefix=gpm_kbd_backlight', '--mode=glib-server',
- '--output=@OUTPUT@', '@INPUT@']
-)
-dbus_Manager = custom_target('org.mate.PowerManager',
- input: 'org.mate.PowerManager.xml',
- output: 'org.mate.PowerManager.h',
- command: [dbus_binding_tool, '--prefix=gpm_manager', '--mode=glib-server',
- '--output=@OUTPUT@', '@INPUT@']
-)
deps = [
glib,
gtk,
- dbusglib,
cairo,
upower,
keyring,
@@ -172,9 +151,6 @@ executable(
'gsd-media-keys-window.c',
'msd-osd-window.c',
'gpm-engine.c',
- dbus_Backlight,
- dbus_KbdBacklight,
- dbus_Manager,
],
include_directories : [
include_directories('..'),