Update dependencies

This commit is contained in:
BtbN
2023-09-20 15:47:43 +02:00
parent fe9763a148
commit 90b801a370
44 changed files with 45 additions and 45 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxau.git"
SCRIPT_COMMIT="aec9d7266777e0b9243ef0f112fe0e07256bd446"
SCRIPT_COMMIT="f4fc44202b554e68093828b556f8c7fd9644ddb0"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
SCRIPT_COMMIT="cc4b93c9cd93bad15b7106747b0213e4b9c53a1c"
SCRIPT_COMMIT="02a7bbed391859c79864b9aacf040d84f103d38a"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
SCRIPT_COMMIT="70f44d76fd8fad96f33ba5c80a394d68b77dda03"
SCRIPT_COMMIT="3962080b7846d79fd3cf10b16eddacf68eb321b7"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxrender.git"
SCRIPT_COMMIT="07efd80468f6b595e6432edd28b8560ca7695ba0"
SCRIPT_COMMIT="01e754610df2195536c5b31c1e8df756480599d1"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
SCRIPT_COMMIT="179d7278d7485ceea2d440807be9d677d32aedc4"
SCRIPT_COMMIT="e9937526de57c22ef1184739df1eab2b51d58fa3"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1