diff options
author | Bradley Sepos <[email protected]> | 2018-06-10 16:31:46 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-17 00:23:34 -0400 |
commit | 517ed0030f340d3b8f3f2aee1cbac23f5e9da30a (patch) | |
tree | 5e99d507f3cc5bbb3d727d0167e6d14385e80c3b /contrib/pkgconfig | |
parent | 980795ec6461d49cac26afc7e3a36a2917f84f4e (diff) |
contrib: make: Remove --enable-local-autotools and --enable-local-pkgconfig.
Closes #549.
Diffstat (limited to 'contrib/pkgconfig')
-rw-r--r-- | contrib/pkgconfig/module.defs | 12 | ||||
-rw-r--r-- | contrib/pkgconfig/module.rules | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/contrib/pkgconfig/module.defs b/contrib/pkgconfig/module.defs deleted file mode 100644 index e73c6549b..000000000 --- a/contrib/pkgconfig/module.defs +++ /dev/null @@ -1,12 +0,0 @@ -$(eval $(call import.MODULE.defs,PKGCONFIG,pkgconfig)) -$(eval $(call import.CONTRIB.defs,PKGCONFIG)) - -PKGCONFIG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/pkg-config-0.28.tar.gz -PKGCONFIG.FETCH.url += https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz -PKGCONFIG.FETCH.sha256 = 6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 - -# TODO: pkg-config >= 0.29 (test this extensively) -#PKGCONFIG.FETCH.url = https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz -#PKGCONFIG.FETCH.sha256 = c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b - -PKGCONFIG.CONFIGURE.extra = --with-internal-glib --disable-host-tool diff --git a/contrib/pkgconfig/module.rules b/contrib/pkgconfig/module.rules deleted file mode 100644 index 3d6747c89..000000000 --- a/contrib/pkgconfig/module.rules +++ /dev/null @@ -1,2 +0,0 @@ -$(eval $(call import.MODULE.rules,PKGCONFIG)) -$(eval $(call import.CONTRIB.rules,PKGCONFIG)) |