# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_CppunitTest_CppunitTest,odk_checkapi)) $(eval $(call gb_CppunitTest_use_custom_headers,odk_checkapi,\ odk/allheaders \ )) $(eval $(call gb_CppunitTest_add_exception_objects,odk_checkapi,\ odk/qa/checkapi/checkapi \ )) $(eval $(call gb_CppunitTest_use_external,odk_checkapi,boost_headers)) $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,odk_checkapi,\ udkapi \ )) $(eval $(call gb_CppunitTest_add_cxxflags,odk_checkapi,\ $(gb_CXX03FLAGS) \ )) $(eval $(call gb_CppunitTest_use_libraries,odk_checkapi,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_external_code,odk_checkapi)) # vim: set noet sw=4 ts=4: pia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeAndroidX86.conf
AgeCommit message (Expand)Author
2019-06-21android: Define the icon theme in distro-configs and switch to colibre.Jan Holesovsky
2019-06-07Drop support for gstreamer-0.10Michael Weghorn
2018-05-23remove Linux ("UNX") systray "Quickstarter"Rene Engelhard
2018-01-18enable c++17 for android again after boost auto_ptr has a workaroundChristian Lohmaier
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2017-11-29android: don't use c++17 (gnu++1z), as boost wants auto_ptrChristian Lohmaier
2017-09-04android: should be i686-linux-android, not i686-linux-androideabiChristian Lohmaier
2016-08-18No export validation for the host platform when cross-compiling pleaseTor Lillqvist
2016-02-01configure: remove ---disable-randr-linkMichael Stahl
2016-01-29disable options by default on androidPeter Foley
2016-01-15Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-09-02ditch gnome-vfs2 supportCaolán McNamara