Skip to content

Commit

Permalink
deskutils/gnome-contacts: chase Meson options name after 30c5e3b
Browse files Browse the repository at this point in the history
meson.build:1:0: ERROR: Unknown options: "with-cheese, with-manpage"

https://gitlab.gnome.org/GNOME/gnome-contacts/-/commit/f429a775d8de
https://gitlab.gnome.org/GNOME/gnome-contacts/-/commit/77fa086cfd82

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	mesonbuild/meson@dbf2ace6ca1c
  • Loading branch information
jbeich committed Nov 13, 2021
1 parent 496e5b6 commit bf3dd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deskutils/gnome-contacts/Makefile
Expand Up @@ -51,14 +51,14 @@ OPTIONS_DEFINE_amd64= CHEESE
OPTIONS_DEFAULT_i386= CHEESE
OPTIONS_DEFAULT_amd64= CHEESE

MANPAGES_MESON_TRUE= with-manpage
MANPAGES_MESON_TRUE= manpage
MANPAGES_USE= GNOME=libxslt:build
MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \
docbook-xsl-ns>=0:textproc/docbook-xsl-ns \
docbook-xsl>=0:textproc/docbook-xsl

CHEESE_DESC= Cheese webcam support
CHEESE_MESON_YES= with-cheese
CHEESE_MESON_ENABLED= cheese
CHEESE_LIB_DEPENDS= libcheese-gtk.so:multimedia/cheese

.include <bsd.port.mk>

0 comments on commit bf3dd0f

Please sign in to comment.