diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2013-11-02 15:59:07 -0700 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2013-11-02 15:59:07 -0700 |
commit | e305d403fcc6fb1539ee9733287739435b1a9be8 (patch) | |
tree | e09324c176d140cd48af58ed8e894303af4e41a5 /configure.in | |
parent | 5b265ddf2398a46284c7623d971896d0211097ce (diff) | |
parent | 0d709807a376cac8c371c8996181607303d4924c (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.in | 5 |
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 |