Skip to content

Commit

Permalink
x11-wm/fvwm3: Fix librsvg2 dependency
Browse files Browse the repository at this point in the history
For the SVG option, use USES=gnome to add the dependency to librsvg2,
enabling users to use the non-rust version setting DEFAULT_VERSIONS.
  • Loading branch information
Zirias committed Jul 28, 2023
1 parent f785779 commit db6339c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x11-wm/fvwm3/Makefile
Expand Up @@ -59,9 +59,8 @@ PERL_CONFIGURE_ENABLE= perllib
PNG_LIB_DEPENDS= libpng.so:graphics/png
PNG_CONFIGURE_ENABLE= png

SVG_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2-rust
SVG_USES= gnome
SVG_USE= gnome=cairo,glib20,gdkpixbuf2
SVG_USE= gnome=cairo,glib20,gdkpixbuf2,librsvg2
SVG_CONFIGURE_ENABLE= rsvg

XCURSOR_USE= xorg=xcursor
Expand Down

0 comments on commit db6339c

Please sign in to comment.