Skip to content

Commit

Permalink
print/lilypond: Optionize GUILE versions
Browse files Browse the repository at this point in the history
PR:		277004
Approved by:	submitter is maintainer
  • Loading branch information
Martin Neubauer authored and 5u623l20 committed Feb 12, 2024
1 parent bc55ffd commit c7c803f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions print/lilypond/Makefile
Expand Up @@ -27,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejav
mftrace:print/mftrace

USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \
guile:2.2 magick:7,build perl5 pkgconfig python
magick:7,build perl5 pkgconfig python
USE_CXXSTD= c++14
USE_GNOME= pango
USE_PERL5= build
Expand Down Expand Up @@ -60,10 +60,17 @@ INFO= lilypond-changes \
PLIST_SUB= DISTVERSION=${DISTVERSION}

OPTIONS_DEFINE= NLS URW
OPTIONS_SUB= yes
OPTIONS_DEFAULT= GUILE2
OPTIONS_SINGLE= GUILE
OPTIONS_SINGLE_GUILE= GUILE2 GUILE3
OPTIONS_SUB= yes

GUILE2_DESC= Use guile2
GUILE3_DESC= Use guile3
URW_DESC= Use bundled URW fonts

GUILE2_USES= guile:2.2
GUILE3_USES= guile:3.0
NLS_USES= gettext

URW_BUILD_DEPENDS= urw-base35-fonts>0:x11-fonts/urw-base35-fonts
Expand Down

0 comments on commit c7c803f

Please sign in to comment.