Browse Source

fix theme dir variable

sisyphus
Dustin Falgout 9 years ago
parent
commit
65a37ecb47
  1. 2
      configure.ac

2
configure.ac

@ -32,7 +32,7 @@ AC_SUBST(WEB_EXTENSION_LIBS)
dnl ###########################################################################
dnl Configurable values
dnl ###########################################################################
THEME_DIR="/usr/share/lightdm-webkit/themes/"
THEME_DIR="/usr/share/lightdm-webkit/themes"
AC_ARG_WITH(theme-dir,
AS_HELP_STRING(--with-theme-dir=<path>,
Theme directory to use for webkit themes),

Loading…
Cancel
Save