From 377c7575a7e8acc6030520cb36fe66da3ce43a93 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 18 Oct 2013 14:37:18 +0200 Subject: [PATCH] don't load wayland-scanner for all projects on linux it's wasteful, given that exactly one add-on module (and most probably nobody else) needs it. i'd do the same with yacc and lex, but i suspect this would cause quite an uproar. Change-Id: Ic2a6ca19e829393835f824e31cd0893e78c3fd39 Reviewed-by: Joerg Bornemann --- mkspecs/features/unix/default_pre.prf | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 mkspecs/features/unix/default_pre.prf diff --git a/mkspecs/features/unix/default_pre.prf b/mkspecs/features/unix/default_pre.prf deleted file mode 100644 index d978d14166..0000000000 --- a/mkspecs/features/unix/default_pre.prf +++ /dev/null @@ -1,4 +0,0 @@ -linux*:CONFIG = wayland-scanner $$CONFIG - -load(default_pre) -