Kaydet (Commit) aa05e128 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>

Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a
Reviewed-on: https://gerrit.libreoffice.org/5705Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst c871c069
......@@ -10230,11 +10230,11 @@ AC_SUBST(ENABLE_OPENCL)
AC_MSG_CHECKING([whether to build the Presentation Minimizer extension])
if test "x$enable_ext_presenter_minimizer" != "xno" -a "x$enable_extension_integration" != "xno"; then
AC_MSG_RESULT([yes])
ENABLE_MINIMIZER=YES
ENABLE_MINIMIZER=TRUE
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_MINIMIZER"
else
AC_MSG_RESULT([no])
ENABLE_MINIMIZER=NO
SCPDEFS="$SCPDEFS -DWITHOUT_EXTENSION_MINIMIZER"
ENABLE_MINIMIZER=
fi
AC_SUBST(ENABLE_MINIMIZER)
......
......@@ -24,7 +24,7 @@
/* ** Presentation Minimizer ** */
#ifndef WITHOUT_EXTENSION_MINIMIZER
#ifdef WITH_EXTENSION_MINIMIZER
Directory gid_Brand_Dir_Share_Extensions_Presentation_Minimizer
ParentID = gid_Brand_Dir_Share_Extensions;
......
......@@ -24,7 +24,7 @@
/* ** Presentation Minimizer ** */
#ifndef WITHOUT_EXTENSION_MINIMIZER
#ifdef WITH_EXTENSION_MINIMIZER
File gid_File_Oxt_Presentation_Minimizer
TXT_FILE_BODY;
......
......@@ -33,7 +33,7 @@ End
/* ** Presentation Minimizer ** */
#ifndef WITHOUT_EXTENSION_MINIMIZER
#ifdef WITH_EXTENSION_MINIMIZER
Module gid_Module_Optional_Extensions_MINIMIZER
PackageInfo = "packinfo_extensions.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_MINIMIZER);
......
......@@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,sdext,\
Library_PresenterScreen \
))
ifeq ($(ENABLE_MINIMIZER),YES)
ifeq ($(ENABLE_MINIMIZER),TRUE)
$(eval $(call gb_Module_add_targets,sdext,\
Configuration_minimizer \
Extension_minimizer \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment