depends: static libxcb-render-util

This commit is contained in:
fanquake
2025-10-03 20:43:29 +01:00
parent 48d4b936e0
commit bcfb8679b3
2 changed files with 1 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ ELF_ALLOWED_LIBRARIES = {
'libxcb-shm.so.0',
'libxcb-keysyms.so.1',
'libxcb-randr.so.0',
'libxcb-render-util.so.0',
'libxcb-render.so.0',
'libxcb-shape.so.0',
'libxcb-sync.so.1',

View File

@@ -6,7 +6,7 @@ $(package)_sha256_hash=55eee797e3214fe39d0f3f4d9448cc53cffe06706d108824ea37bb79f
$(package)_dependencies=libxcb
define $(package)_set_vars
$(package)_config_opts=--disable-static --disable-devel-docs --without-doxygen
$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
endef