Skip to content

Commit

Permalink
eog: Disable xdg-desktop-portal support
Browse files Browse the repository at this point in the history
    Run-time dependency libportal found: NO (tried pkgconfig and cmake)

    ../source/meson.build:169:2: ERROR: Assert failed: xdg-desktop-portal support requested but library not found. Please use -Dlibportal=false
  • Loading branch information
pmenzel committed Oct 1, 2020
1 parent 435047e commit 49e9f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eog.be0
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS

mee_configure() {
bee_configure \
-Dxmp=false
-Dxmp=false \
-Dlibportal=false
}

#mee_build() {
Expand Down

0 comments on commit 49e9f99

Please sign in to comment.