From 215e68a370bc8f04b0a58d6a2bb07f264f746f91 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 20 Jun 2019 14:42:48 +0100 Subject: [PATCH] profile - mobile - disable it as it really has nothing useful in it --- data/config/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config/meson.build b/data/config/meson.build index aa021e45e..ec64c3e35 100644 --- a/data/config/meson.build +++ b/data/config/meson.build @@ -16,6 +16,6 @@ custom_target('profile.src', ) subdir('default') -subdir('mobile') +#subdir('mobile') subdir('standard') subdir('tiling')