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 /contrib/pkgconfig | |
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 'contrib/pkgconfig')
-rw-r--r-- | contrib/pkgconfig/module.defs | 6 | ||||
-rw-r--r-- | contrib/pkgconfig/module.rules | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/pkgconfig/module.defs b/contrib/pkgconfig/module.defs new file mode 100644 index 000000000..f87a343f3 --- /dev/null +++ b/contrib/pkgconfig/module.defs @@ -0,0 +1,6 @@ +$(eval $(call import.MODULE.defs,PKGCONFIG,pkgconfig)) +$(eval $(call import.CONTRIB.defs,PKGCONFIG)) + +PKGCONFIG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/pkg-config-0.28.tar.bz2 + +PKGCONFIG.CONFIGURE.extra = --with-internal-glib --disable-host-tool diff --git a/contrib/pkgconfig/module.rules b/contrib/pkgconfig/module.rules new file mode 100644 index 000000000..3d6747c89 --- /dev/null +++ b/contrib/pkgconfig/module.rules @@ -0,0 +1,2 @@ +$(eval $(call import.MODULE.rules,PKGCONFIG)) +$(eval $(call import.CONTRIB.rules,PKGCONFIG)) |