aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorronie <ronie>2014-08-26 23:37:36 +0200
committerronie <ronie>2014-08-26 23:37:36 +0200
commit64003111bc79d187f9d0c0a0674a8ad2ec8b8bfc (patch)
tree808aaa7f9317e93dd7922d1dc737a3a550e3d877 /configure.in
parent60faade477359e06b4e8be74425c63bf56f927ba (diff)
replace skin.touched with skin.re-touched
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 725a271d85..3f8177f215 100644
--- a/configure.in
+++ b/configure.in
@@ -1398,7 +1398,7 @@ fi
# skin touched
use_skin_touched=no
-if [[ -f "addons/skin.touched/addon.xml" ]]; then
+if [[ -f "addons/skin.re-touched/addon.xml" ]]; then
use_skin_touched=yes
USE_SKIN_TOUCHED=1
AC_DEFINE([HAS_SKIN_TOUCHED], [1], [Whether to build skin touched.])
@@ -2467,7 +2467,7 @@ 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"
+OUTPUT_FILES="$OUTPUT_FILES addons/skin.re-touched/media/Makefile"
fi
if test "$use_codec_libstagefright" = "yes"; then