Skip to content

Commit 9af3684

Browse files
committed
gnome-ask-password-agent: remove unused Linux package
1 parent b9d8c98 commit 9af3684

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ gio_unix = dependency('gio-unix-2.0')
158158
gee = dependency('gee-0.8')
159159
gtk3 = dependency('gtk+-3.0')
160160
libnotify = dependency('libnotify')
161-
linux = meson.get_compiler('vala').find_library('linux')
162161
posix = meson.get_compiler('vala').find_library('posix')
163162

164163
#####################################################################

src/gnome-ask-password-agent.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
using Gtk;
2121
using GLib;
22-
using Linux;
2322
using Posix;
2423
using Notify;
2524

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ install_data('systemadm.appdata.xml', install_dir: appdatadir)
99

1010
sgapa_files = files('gnome-ask-password-agent.vala')
1111
sgapa = executable('systemd-gnome-ask-password-agent', sgapa_files,
12-
dependencies: [gtk3, gee, gio_unix, libnotify, linux, posix],
12+
dependencies: [gtk3, gee, gio_unix, libnotify, posix],
1313
install: true,
1414
install_dir: bindir)

0 commit comments

Comments
 (0)