Skip to content

Commit

Permalink
net-im/purple-gowhatsapp: stop trying to save 3 bits and add pkgconfig
Browse files Browse the repository at this point in the history
glib, gdk-pixbuf, and so on are all dependencies of libpurple, so we
have them installed. But CMake does couldn't find them because pkgconfig
was not there.

Suggested by:	diizzy
  • Loading branch information
Mikhail Teterin authored and Mikhail Teterin committed Jan 22, 2024
1 parent 9bb013c commit 994b7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/purple-gowhatsapp/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpurple.so:net-im/libpurple \
libopusfile.so:audio/opusfile

USES= go:no_targets cmake dos2unix localbase:ldflags
USES= go:no_targets cmake dos2unix localbase:ldflags pkgconfig

OPTIONS_MULTI= DB-backend
OPTIONS_MULTI_DB-backend= SQLITE3 PGSQL MYSQL
Expand Down

0 comments on commit 994b7e6

Please sign in to comment.