mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
Reapply ‘gnu: gdk-pixbuf: Build with other loaders enabled.’
This commit once again applies the changes frombe3292f83a
, which were inadvertently reverted in0d441d8f08
.
This commit is contained in:
parent
c0dce064a5
commit
ea6fe987ed
1 changed files with 4 additions and 1 deletions
|
@ -733,7 +733,10 @@ (define-public gdk-pixbuf
|
|||
#:configure-flags '("-Dinstalled_tests=false"
|
||||
,@(if (%current-target-system)
|
||||
'()
|
||||
'("-Dgtk_doc=true")))
|
||||
'("-Dgtk_doc=true"))
|
||||
;; GTK+ 3 needs the XPM loader, see
|
||||
;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/7143>.
|
||||
"-Dothers=enabled")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'disable-failing-tests
|
||||
|
|
Loading…
Reference in a new issue