mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
depends: libxcb: fix patch
This commit is contained in:
parent
64286e8c13
commit
9c57ac7488
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
Remove uneeded pthread-stubs dependency
|
Remove uneeded pthread-stubs dependency
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -19695,7 +19695,7 @@ fi
|
@@ -20827,7 +20827,7 @@ fi
|
||||||
NEEDED="xau >= 0.99.2"
|
NEEDED="xau >= 0.99.2"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
linux*) ;;
|
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
||||||
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
||||||
+ *) NEEDED="$NEEDED" ;;
|
+ *) NEEDED="$NEEDED" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue