diff options
author | Rodeo <[email protected]> | 2014-02-07 19:21:19 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-02-07 19:21:19 +0000 |
commit | 903357b41263285e03bc83d41f9224d91ab4fb1a (patch) | |
tree | ec66076bdb7a914045486ffea66055cb4c40ab95 /make/include | |
parent | 4b014e9417611581e70649f2bd7d950b1b2347b5 (diff) |
build: use a local version of pkg-config when necessary (Darwin-only).
Automatically enabled when pkg-config detection fails, and can
be forced with the --enable-local-pkgconfig configure option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6019 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r-- | make/include/main.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index dde127c9a..0cec07d0e 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -8,6 +8,10 @@ include $(SRC/)make/include/tool.defs ############################################################################### +ifeq (1,$(FEATURE.local_pkgconfig)) + MODULES += contrib/pkgconfig +endif + ifeq (1,$(FEATURE.local_autotools)) MODULES += contrib/autoconf MODULES += contrib/automake |