ci: GMemoryMonitor support is now merged in xdg-desktop-portal

This commit is contained in:
Bastien Nocera 2019-12-11 14:11:08 +01:00
parent fcc1367383
commit bf91e3adf7

View File

@ -122,7 +122,7 @@ installed-tests:
# FIXME Install newer xdg-desktop-portal with
# GMemoryMonitor support, see:
# https://github.com/flatpak/xdg-desktop-portal/pull/365
- git clone --single-branch --branch wip/hadess/memory-monitor https://github.com/flatpak/xdg-desktop-portal.git
- git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
- cd xdg-desktop-portal
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-dependency-tracking && make && sudo make install
- cd ..