[Bug 235926] audio/pulseaudio: Fix gsettings schema installation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 21 22:08:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235926

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
Comment on attachment 202243
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202243
Rely on GLIB_SCHEMAS

+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGSETTINGS}
+GLIB_SCHEMAS=  org.freedesktop.pulseaudio.gschema.xml
+.endif
+

Please consider using an options helper for this instead:

GSETTINGS_VARS= GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list