summaryrefslogtreecommitdiffstats
path: root/src/pkgconf.mk
Commit message (Collapse)AuthorAgeFilesLines
* add libtool dep for native packages using autotoolsTony Theodore2017-07-251-0/+1
| | | | | | | Partially built autotools suite can cause race condition when plugins/native is included fixes #1851
* Avoid extra mentions of system library path when linkingMark Brand2017-06-161-0/+1
| | | | | | | Normally pkg-config would remove the system library path from --libs output. Defining PKG_CONFIG_SYSTEM_LIBRARY_PATH helps it do so. The extra mentions of system library path in the linking commands is unsightly but probabaly harmless.
* qtbase: prevent extra leading / on system include and lib directoriesMark Brand2017-06-161-0/+1
| | | | | | | | | | | | PKG_CONFIG_SYSROOT should not be set because MXE uses fully qualified paths. However, to satisfy the Qt build system's cross-compiling "sanity check", qtbase.mk defines PKG_CONFIG_SYSROOT_DIR=/ This causes pkg-config to prefix the system include and library paths with an extra /. Pkg-config does not strip these prefixed paths from --cflags and --libs output. The workaround here is to remove the PKG_CONFIG_SYSROOT_DIR definition in the wrapper script for pkg-config.
* pkgconf: use PKG_CONFIG_SYSTEM_INCLUDE_PATH in wrapperTony Theodore2017-06-151-1/+4
|
* URL updatesViktor Szakats2017-03-041-1/+1
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+1
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* pkgconf yasm: enable native builds and consolidate rulesTony Theodore2015-10-251-9/+10
|
* pkgconf: added option CACHE PATH for PKG_CONFIG_EXECUTABLE in pkgconf.cmake ↵Christian Frisson2015-09-291-1/+1
| | | | so that pkgconf can be found through cmake at first run
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.dTony Theodore2015-09-121-51/+4
|
* boost hdf5 pkgconf qt: move cmake variables to respective packagesTony Theodore2014-12-081-4/+1
|
* mxe-conf.cmake: Add Boost_THREADAPITimothy Gu2014-11-231-4/+5
| | | Closes #560.
* mxe-conf.cmake: Prepend CMAKE_MODULE_PATH instead of overwriting itTimothy Gu2014-10-201-1/+1
| | | | | | Fixes compilation of Armadillo. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* mxe-conf.cmake: Workaround buggy windres rulesTimothy Gu2014-10-151-2/+3
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* move CMAKE_MODULE_PATH into toolchain configMartin Müllenhaupt2014-10-081-0/+1
|
* pkgconf: work around for buggy FindOpenSSL.cmakeTimothy Gu2014-09-221-1/+2
| | | | | | | | | | | | FindOpenSSL.cmake bundled with cmake older than 2.8.12-rc1 uses CMAKE_CROSS_COMPILING, which is incorrect because the real variable name is CMAKE_CROSSCOMPILING. Because it is not possible to modify users' CMake installation, work around it here. This fixes building libwebsockets on Ubuntu 13.10. (I only tested 14.04 when merging the pull request.) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix GitHub update routineTimothy Gu2014-08-021-5/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package pkgconf: remove symlink to pkg-config and invoke pkgconf directly in ↵Tony Theodore2014-04-101-2/+1
| | | | wrapper script
* various packages: enable shared buildsTony Theodore2014-02-101-0/+1
|
* Makefile and pkgconf: move external tools separate directoryTony Theodore2014-02-091-1/+1
|
* Makefile docs and pkgconf: add support for shared|static variantsTony Theodore2014-02-091-2/+2
|
* mxe configury: build native pkgconf and centralise various conf filesTony Theodore2014-02-081-2/+60
| | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc.
* package pkgconf: disable updatesTony Theodore2013-10-201-1/+6
|
* package pkgconf: add automake dependencyTony Theodore2013-09-121-1/+1
|
* native packages: tidy up and install to BUILD prefix to avoid conflictsTony Theodore2013-08-251-3/+3
|
* Revert "update package pkgconf"Tony Theodore2013-08-241-2/+2
| | | | This reverts commit 68a73a314cbef967e5122e21c7b8e1fac8f59f49.
* update package pkgconfTony Theodore2013-08-241-2/+2
|
* add package pkgconf (optional native build)Tony Theodore2013-08-211-0/+26