From 74dd9c9f72002d482c898a704bb5b95655e35e08 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Tue, 12 Dec 2017 16:56:29 +0200 Subject: general: remove desktop support --- meson.build | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 17865c47e..fbc57b034 100644 --- a/meson.build +++ b/meson.build @@ -63,10 +63,6 @@ conf.set_quoted ('LOCALEDIR', join_paths (prefix, localedir)) conf.set_quoted ('NAUTILUS_DATADIR', join_paths (datadir, 'nautilus')) conf.set_quoted ('NAUTILUS_EXTENSIONDIR', join_paths (prefix, extensiondir)) -if get_option ('enable-desktop') - conf.set10 ('ENABLE_DESKTOP', true) -endif - if get_option ('enable-packagekit') conf.set10 ('ENABLE_PACKAGEKIT', true) endif @@ -106,10 +102,6 @@ if get_option ('enable-gtk-doc') subdir ('docs') endif -if get_option ('enable-desktop') - subdir ('nautilus-desktop') -endif - if get_option ('enable-nst-extension') subdir ('nautilus-sendto-extension') endif -- cgit v1.2.1