Skip to content

Commit e97f5c1

Browse files
committed
depends: don't configure xcb_proto
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.
1 parent bb03765 commit e97f5c1

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)