Skip to content

Commit 4863a8f

Browse files
committed
Merge #17698: depends: don't configure xcb_proto
e97f5c1 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 e97f5c1 Tree-SHA512: 1a49fd7c8269405bbf312be33c1aeaac5f25ef8666829b01dc3c58f3a2a9281c23c42614a7f1cfc3ee260be4ea3e71285869b1cb9c2035dceda336296d9d9dea
2 parents 3d67527 + e97f5c1 commit 4863a8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

depends/packages/xcb_proto.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ $(package)_download_path=https://xcb.freedesktop.org/dist
44
$(package)_file_name=xcb-proto-$($(package)_version).tar.bz2
55
$(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
66

7-
define $(package)_set_vars
8-
$(package)_config_opts=--disable-shared --enable-option-checking
9-
$(package)_config_opts_linux=--with-pic
10-
endef
11-
127
define $(package)_config_cmds
138
$($(package)_autoconf)
149
endef

0 commit comments

Comments
 (0)