summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-26 21:19:13 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-26 22:20:06 +0100
commita53586f4efe26b8875107d04001f4ecec760c343 (patch)
tree9b19f0ecf5b5a08cc056e3274a2eaba96894dec8 /sccomp
parent20773c2bb04631d9bfd60167ed091752f0deecee (diff)
gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/Library_solver.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index 52f99ccc980f..d0a56c222636 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.mk
@@ -41,7 +41,10 @@ $(eval $(call gb_Library_use_libraries,solver,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_use_external,solver,lpsolve))
+$(eval $(call gb_Library_use_externals,solver,\
+ boost_headers \
+ lpsolve \
+))
$(eval $(call gb_Library_add_exception_objects,solver,\
sccomp/source/solver/solver \
91e539fea37d018d7892377f403f'>Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist 2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin 2018-10-08Define a dummy GlyphCache class here for nowTor Lillqvist 2018-10-02Unify sal plugin loadersJan-Marek Glogowski 2018-08-27Fix iOS build after f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044Tor Lillqvist 2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin 2018-03-05vcl, make ios/dummies compilejan Iversen 2018-02-26vcl: fix hangs in SvpSalInstanceMichael Stahl 2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet 2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin 2017-10-10iOS, solve missing vcl referencesjan Iversen 2017-09-19rename SalGenericData to GenericUnixSalDataNoel Grandin 2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski 2017-08-08loplugin:constantparamNoel Grandin 2017-05-03iOS remove unused parameterjan Iversen 2017-04-28iOS, fixed build breaker.jan Iversen 2017-04-03iOS update for Rectanglejan Iversen 2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara 2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist 2016-08-10gendata.hxx has movedTor Lillqvist 2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara 2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara 2016-01-08cppcheck: noExplicitConstructorCaolán McNamara 2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-07Make this compile for iOS againTor Lillqvist 2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin 2015-06-04convert basebmp::Format to scoped enumNoel Grandin 2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara 2015-03-24Kill dead <touch/touch.h> APITor Lillqvist