From d4451028906f91267af6b5439b9798fb337823ca Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 31 Mar 2016 09:48:46 +0200 Subject: Remove traces of obsolete config flag "wayland-compositor" The compositor is always built regardless of this config flag. Consequently some of the documentation and configuration was contradicting and confusing. * Removes the mentions of the flag from the README * Always build compositor tests * Always build plugins Update readme Change-Id: I37b7d1f0250beb17780834928114ecefdf17684e Reviewed-by: Pier Luigi Fiorini --- tests/auto/auto.pro | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c503803b4..a704c7322 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,10 +1,5 @@ TEMPLATE=subdirs -#Only build compositor test when we are -#building QtCompositor -contains(CONFIG, wayland-compositor) { - SUBDIRS += compositor -} - SUBDIRS += client SUBDIRS += cmake +SUBDIRS += compositor -- cgit v1.2.3