FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Work around bugged D-Bus cmake config · feiyunwill/tdesktop@8e18cb7 · GitHub

Commit 8e18cb7

Browse files
authored andcommitted
Work around bugged D-Bus cmake config
It overrides pkg-config search paths but never restores them leading to pipewire being not found, disable the find_package call so that openal falls back to pkg-config directly
1 parent a1e89e1 commit 8e18cb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Telegram/build/docker/centos_env/Dockerfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ RUN --mount=type=cache,target=/var/cache/ccache <<EOF
835835
git clone -b 1.25.2 --depth=1 https://github.com/kcat/openal-soft.git
836836
cd openal-soft
837837
cmake -B build . \
838+
-DCMAKE_DISABLE_FIND_PACKAGE_DBus1=ON \
838839
-DLIBTYPE:STRING=STATIC \
839840
-DALSOFT_EXAMPLES=OFF \
840841
-DALSOFT_UTILS=OFF \

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL