Skip to content

Commit fa76d52

Browse files
committed
Remove obsolete libxml dependency.
This hasn't been needed since gvfs became a thing.
1 parent fb47200 commit fa76d52

File tree

6 files changed

+3
-7
lines changed

6 files changed

+3
-7
lines changed

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Build-Depends:
2626
libx11-dev,
2727
libxapp-dev (>= 2.0.0),
2828
libxext-dev,
29-
libxml2-dev (>= 2.7.8),
3029
libxrender-dev,
3130
meson,
3231
python3,

eel/check-program.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <eel/eel-self-checks.h>
3131
#include <gdk/gdk.h>
3232
#include <gtk/gtk.h>
33-
#include <libxml/parser.h>
3433
#include <stdlib.h>
3534

3635
int
@@ -41,7 +40,6 @@ main (int argc, char *argv[])
4140
eel_make_warnings_and_criticals_stop_in_debugger ();
4241

4342

44-
LIBXML_TEST_VERSION
4543
gtk_init (&argc, &argv);
4644

4745
/* Run the checks for eel twice. */

eel/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ eel_sources = [
1818
]
1919

2020

21-
eel_deps = [ gtk, libxml, gail ]
21+
eel_deps = [ gtk, gail ]
2222

2323
eel_lib = static_library('eel',
2424
eel_sources,

libnemo-private/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ nemo_private_sources = [
8282
]
8383

8484
nemo_private_deps = [
85-
cinnamon, eel, gail, gio_unix, glib, gmodule, gtk, json, libxml, math, nemo_extension, x11, xapp
85+
cinnamon, eel, gail, gio_unix, glib, gmodule, gtk, json, math, nemo_extension, x11, xapp
8686
]
8787

8888
if libexif_enabled

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ json = dependency('json-glib-1.0', version: '>=1.6')
8080

8181
cinnamon= dependency('cinnamon-desktop', version: '>=4.8.0')
8282
gail = dependency('gail-3.0')
83-
libxml = dependency('libxml-2.0', version: '>=2.7.8')
8483
x11 = dependency('x11')
8584
xapp = dependency('xapp', version: '>=2.0.0')
8685

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if enableEmptyView
102102
nemoCommon_sources += 'nemo-empty-view.c'
103103
endif
104104

105-
nemo_deps = [ cinnamon, gail, glib, gtk, libxml, math,
105+
nemo_deps = [ cinnamon, gail, glib, gtk, math,
106106
egg, nemo_extension, nemo_private, xapp ]
107107

108108
if exempi_enabled

0 commit comments

Comments
 (0)