ci: Fix xdg-desktop-portal build

Newer versions of xdg-desktop-portal need a newer PipeWire, so use the
latest release that doesn't contain this change to avoid having
something else to build.
This commit is contained in:
Bastien Nocera 2020-02-21 18:55:56 +01:00
parent 7263fc5591
commit f333a8058d

View File

@ -143,6 +143,7 @@ installed-tests:
# https://github.com/flatpak/xdg-desktop-portal/pull/365 # https://github.com/flatpak/xdg-desktop-portal/pull/365
- git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git - git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
- cd xdg-desktop-portal - cd xdg-desktop-portal
- git reset --hard 1.6.0
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking - ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking
- make - make
- sudo make install - sudo make install