gnu: eog: Wrap with gsettings schemas.
* gnu/packages/gnome.scm (eog)[arguments]: Add #:glib-or-gtk? #t.
This commit is contained in:
parent
d41c82b481
commit
cce9eb1938
1 changed files with 2 additions and 1 deletions
|
@ -6424,7 +6424,8 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
(patches (search-patches "eog-update-libportal-usage.patch"))))
|
(patches (search-patches "eog-update-libportal-usage.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:glib-or-gtk? #t
|
||||||
|
#:configure-flags
|
||||||
;; Otherwise, the RUNPATH will lack the final 'eog' path component.
|
;; Otherwise, the RUNPATH will lack the final 'eog' path component.
|
||||||
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib/eog"))
|
(assoc-ref %outputs "out") "/lib/eog"))
|
||||||
|
|
Reference in a new issue