aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2013-11-02 15:59:07 -0700
committerjmarshallnz <jcmarsha@gmail.com>2013-11-02 15:59:07 -0700
commite305d403fcc6fb1539ee9733287739435b1a9be8 (patch)
treee09324c176d140cd48af58ed8e894303af4e41a5 /configure.in
parent5b265ddf2398a46284c7623d971896d0211097ce (diff)
parent0d709807a376cac8c371c8996181607303d4924c (diff)
Merge pull request #3545 from smspillaz/fix-tests-20131102
Fix Tests for November 2, 2013
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fddf3a7f64..9b7c7dcb15 100644
--- a/configure.in
+++ b/configure.in
@@ -2554,9 +2554,12 @@ OUTPUT_FILES="Makefile \
xbmc/android/jni/Makefile \
xbmc/utils/Makefile \
xbmc/main/Makefile \
- xbmc/windowing/tests/wayland/Makefile \
project/cmake/xbmc-config.cmake"
+if $use_wayland = "yes"; then
+OUTPUT_FILES="$OUTPUT_FILES xbmc/windowing/tests/wayland/Makefile"
+fi
+
if test "$use_skin_touched" = "yes"; then
OUTPUT_FILES="$OUTPUT_FILES addons/skin.touched/media/Makefile"
fi