Skip to content

Commit e439388

Browse files
committed
depends: libXau: configure flags cleanup
1 parent 24f2979 commit e439388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

depends/packages/libXau.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
55
$(package)_sha256_hash=fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2
66
$(package)_dependencies=xproto
77

8+
# When updating this package, check the default value of
9+
# --disable-xthreads. It is currently enabled.
810
define $(package)_set_vars
9-
$(package)_config_opts=--disable-shared
11+
$(package)_config_opts=--disable-shared --disable-lint-library --without-lint
1012
$(package)_config_opts_linux=--with-pic
1113
endef
1214

0 commit comments

Comments
 (0)