# -*- 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_Library_Library,javaloader)) $(eval $(call gb_Library_use_external,javaloader,boost_headers)) $(eval $(call gb_Library_use_udk_api,javaloader)) $(eval $(call gb_Library_use_libraries,javaloader,\ cppu \ cppuhelper \ jvmaccess \ sal \ salhelper \ )) $(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader)) $(eval $(call gb_Library_add_exception_objects,javaloader,\ stoc/source/javaloader/javaloader \ )) # vim:set noet sw=4 ts=4: ion value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_gtk3_a11y.mk
AgeCommit message (Expand)Author
2024-10-30Missing test dependencyStephan Bergmann
2024-08-01gtk3 a11y tests: Always use dbus-daemon for the AT-SPI busMichael Weghorn
2023-10-17gtk3 a11y test: Let xvfb-run auto-determine free server numMichael Weghorn
2023-08-26gtk3 a11y: Force running a11y tests with X11 GDK backendMichael Weghorn
2023-07-27vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layerColomban Wendling