diff options
author | raveit65 <[email protected]> | 2014-11-20 21:38:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-20 21:41:04 +0100 |
commit | de231ef3cedea3fb7b3dbc31a0c0e279d3811e8f (patch) | |
tree | f2c2bce9de4275a7c2b3e8d051b77b83d9442d8d | |
parent | 3ccd0101f8c167fa5d61ca02f9e5ffceeb3d7bbc (diff) | |
download | mate-themes-de231ef3cedea3fb7b3dbc31a0c0e279d3811e8f.tar.bz2 mate-themes-de231ef3cedea3fb7b3dbc31a0c0e279d3811e8f.tar.xz |
remove configure flag enable-test-themes
-rw-r--r-- | configure.ac | 14 | ||||
-rw-r--r-- | desktop-themes/Makefile.am | 22 |
2 files changed, 2 insertions, 34 deletions
diff --git a/configure.ac b/configure.ac index 604a9644..493c6b54 100644 --- a/configure.ac +++ b/configure.ac @@ -89,19 +89,6 @@ AC_ARG_ENABLE(all-themes, [enable_all_themes=no]) AM_CONDITIONAL(CORE_THEMES_ONLY, test "$enable_all_themes" = no) -# Configure option for testing themes -AC_ARG_ENABLE(test-themes, - AC_HELP_STRING([--enable-test-themes], - [Install themes to test applications.]),, - [enable_test_themes=no]) - -if test "x$enable_test_themes" = "xyes"; then - TEST_THEMES="TraditionalOkTest" -else - TEST_THEMES="" -fi -AC_SUBST(TEST_THEMES) - ### Cursor theme to use for large print desktop themes. ### TODO: Should probably check whether specified/default themes are ### installed too, and do something appropriate if not. @@ -457,7 +444,6 @@ mate-themes-$VERSION: Enable placeholders: ${enable_placeholders} Enable legacy icons: ${enable_mapping} Enable all themes: ${enable_all_themes} - Enable test themes: ${enable_test_themes} LargePrint cursor theme: ${LARGEPRINT_CURSOR_THEME} HC LargePrint cursor theme: ${LARGEPRINT_HC_CURSOR_THEME} HCI LargePrint cursor theme: ${LARGEPRINT_HCI_CURSOR_THEME} diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index f589367d..6d79ba9d 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,26 +1,9 @@ SUBDIRS = \ BlackMATE \ Quid \ - TraditionalOk \ TraditionalGreen \ - AlaDelta \ - Shiny \ - ContrastHigh \ - ContrastHighInverse \ - ContrastHighLargePrint \ - ContrastHighLargePrintInverse \ - LargePrint \ - Fog \ - GreenLaguna \ - Menta \ - BlueMenta \ - $(TEST_THEMES) - -DIST_SUBDIRS = \ - BlackMATE \ - Quid \ TraditionalOk \ - TraditionalGreen \ + TraditionalOkTest \ AlaDelta \ Shiny \ ContrastHigh \ @@ -31,6 +14,5 @@ DIST_SUBDIRS = \ Fog \ GreenLaguna \ Menta \ - BlueMenta \ - TraditionalOkTest + BlueMenta |