Skip to content

Commit

Permalink
eog: Disable special XMP support
Browse files Browse the repository at this point in the history
MarIuX does not have the run-time dependency installed.

    Run-time dependency exempi-2.0 found: NO (tried pkgconfig and cmake)

    ../source/meson.build:161:2: ERROR: Dependency "exempi-2.0" not found, tried pkgconfig and cmake
  • Loading branch information
pmenzel committed Oct 1, 2020
1 parent cca4759 commit ef50ffe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eog.be0
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
Expand Down

0 comments on commit ef50ffe

Please sign in to comment.