diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-12-11 12:27:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-12-11 12:27:51 +0100 |
| commit | 4863a8ff16787be6b720788c607972a728276e57 (patch) | |
| tree | 25639ad1e02e37a8bd9efca01bf25c57e02de953 | |
| parent | Merge #17633: tests: Add option --valgrind to run the functional tests under ... (diff) | |
| parent | depends: don't configure xcb_proto (diff) | |
| download | discoin-4863a8ff16787be6b720788c607972a728276e57.tar.xz discoin-4863a8ff16787be6b720788c607972a728276e57.zip | |
Merge #17698: depends: don't configure xcb_proto
e97f5c18238835bc3a3aee2e9e65b287f1c8b938 depends: don't configure xcb_proto (fanquake)
Pull request description:
xcb_proto's configure doesn't understand `--disable-shared` or
`--with-pic`. All the package does it put a stack of XML files into
a directory to be used by libxcb.
Probably enough to close #16354.
ACKs for top commit:
dongcarl:
ACK e97f5c18238835bc3a3aee2e9e65b287f1c8b938
Tree-SHA512: 1a49fd7c8269405bbf312be33c1aeaac5f25ef8666829b01dc3c58f3a2a9281c23c42614a7f1cfc3ee260be4ea3e71285869b1cb9c2035dceda336296d9d9dea
| -rw-r--r-- | depends/packages/xcb_proto.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/depends/packages/xcb_proto.mk b/depends/packages/xcb_proto.mk index 85d01ecd2..01203a071 100644 --- a/depends/packages/xcb_proto.mk +++ b/depends/packages/xcb_proto.mk @@ -4,11 +4,6 @@ $(package)_download_path=https://xcb.freedesktop.org/dist $(package)_file_name=xcb-proto-$($(package)_version).tar.bz2 $(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05 -define $(package)_set_vars - $(package)_config_opts=--disable-shared --enable-option-checking - $(package)_config_opts_linux=--with-pic -endef - define $(package)_config_cmds $($(package)_autoconf) endef |