mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-20 04:30:12 +01:00
configure.ac: drop pthread-stubs dependency on NetBSD
This commit is contained in:
parent
f11691a098
commit
453115f7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ AC_SUBST(HTML_CHECK_RESULT)
|
|||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.16.0)
|
||||
NEEDED="xau >= 0.99.2"
|
||||
case $host_os in
|
||||
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
||||
linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;;
|
||||
*) NEEDED="$NEEDED pthread-stubs" ;;
|
||||
esac
|
||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue