Skip to content

Commit

Permalink
deskutils/gnome-contacts: remove CHEESE option
Browse files Browse the repository at this point in the history
Cheese is now required:
Run-time dependency cheese found: NO (tried pkgconfig)

meson.build:59:13: ERROR: Dependency "cheese" not found, tried pkgconfig
  • Loading branch information
pkubaj committed Sep 9, 2023
1 parent 29cf40f commit 1ffe097
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deskutils/gnome-contacts/Makefile
Expand Up @@ -12,6 +12,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \
libcheese-gtk.so:multimedia/cheese \
libclutter-1.0.so:graphics/clutter \
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
libcogl.so:graphics/cogl \
Expand Down Expand Up @@ -45,19 +46,10 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES

OPTIONS_DEFINE_i386= CHEESE
OPTIONS_DEFINE_amd64= CHEESE
OPTIONS_DEFAULT_i386= CHEESE
OPTIONS_DEFAULT_amd64= CHEESE

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_ENABLED= cheese
CHEESE_LIB_DEPENDS= libcheese-gtk.so:multimedia/cheese

.include <bsd.port.mk>

0 comments on commit 1ffe097

Please sign in to comment.