1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

multimedia/libmediaart: unbreak build with Meson 0.62.0

ERROR: Error in gtkdoc helper script:
ld: error: unable to find library -lmediaart-2.0

PR:		262465
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/457fb53ea46
This commit is contained in:
Jan Beich 2022-03-25 14:46:05 +00:00
parent b6bb44e5ba
commit 608d47a4c1

View File

@ -22,6 +22,7 @@ USE_LDCONFIG= yes
MESON_ARGS= -Dimage_library=gdk-pixbuf
OPTIONS_DEFINE= DOCS
OPTIONS_EXCLUDE=DOCS # https://gitlab.gnome.org/GNOME/libmediaart/-/issues/4
DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],