Skip to content

Commit

Permalink
audacious-plugins: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-akram committed Jan 17, 2025
1 parent 514e092 commit e92122b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions audio/audacious-plugins/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ variant qt6 conflicts qt5 description {Add Qt6 support} {
}

variant gtk2 conflicts gtk3 description {Add GTK2 support} {
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
port:json-glib

configure.args-replace -Dgtk=false \
-Dgtk=true \
Expand All @@ -402,7 +403,8 @@ variant gtk2 conflicts gtk3 description {Add GTK2 support} {
}

variant gtk3 conflicts gtk2 description {Add GTK3 support} {
depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3
depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
port:json-glib

configure.args-replace -Dgtk=false \
-Dgtk=true \
Expand Down

0 comments on commit e92122b

Please sign in to comment.