From 5bd2890a56125d391b42f34d51e2e0c57b0a80b0 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Mon, 3 Oct 2011 14:10:10 +0200 Subject: Added --disable-cmis flag for use while the feature is too unstable --- postprocess/packcomponents/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'postprocess') diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 8b42349a37c6..8d6a36321946 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -221,6 +221,10 @@ my_components += gconfbe1 my_components += ucpgio .END +.IF "$(ENABLE_CMIS)" != "" +my_components += ucpcmis +.END + .IF "$(ENABLE_GNOMEVFS)" != "" my_components += ucpgvfs .END -- cgit 9525be3838cf7568c9840d9e3dacddad'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/apple_remote
AgeCommit message (Expand)Author
2019-04-11Fix typoAndrea Gelmini
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-06Fix typoAndrea Gelmini
2017-10-12Following tdf#111561: no need to autorelease "elements" (apple_remote)Julien Nabet
2017-10-11tdf#111561: try to fix leak in HIDRemoteControlDevice (apple_remote)Julien Nabet
2017-08-21Typo notifcation->notificationJulien Nabet
2017-08-07loplugin:oncevarStephan Bergmann
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-26Fix typosAndrea Gelmini
2017-01-09loplugin:externvarStephan Bergmann
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-03-07apple_remote: autorelease --> release in dealloc (destructor)Douglas Mencken
2016-03-07apple_remote: fix “variable set but not used” for non-debug buildsDouglas Mencken
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2014-11-01Fixed license encoding to have all the same apple_remote/source/*Andrea Gelmini
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-02-25Remove visual noise from apple_remoteAlexander Wilms
2014-02-10Resolved: #i124201# mark debug-infos from the apple_remote...Herbert Dürr
2014-02-10Resolves: #i124201# rename apple_remote's MainController...Herbert Dürr
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-08-22The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-21blind fix for MacOS X build problemDavid Tardon
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
2012-07-28WaE: cast from pointer to integer of different sizeTor Lillqvist
2012-07-28WaE: format specifies type 'int' but the argument has type 'void *'Tor Lillqvist