utox: disable static-linking of some libraries, which was hiding a dbus
dependency
This commit is contained in:
parent
f4e301c1f0
commit
ec1307a914
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2021/01/03 19:35:24 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/01/05 12:45:58 sthen Exp $
|
||||
|
||||
COMMENT = lightweight Tox client
|
||||
|
||||
V = 0.18.0
|
||||
REVISION = 0
|
||||
|
||||
DISTNAME = uTox-${V}-full
|
||||
PKGNAME = utox-${V}
|
||||
@ -16,8 +17,8 @@ HOMEPAGE = https://utox.io
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ICE SM X11 Xext Xrender c fontconfig freetype m pthread
|
||||
WANTLIB += openal opus sodium toxcore v4lconvert vpx
|
||||
WANTLIB += ICE SM X11 Xext Xrender c dbus-1 fontconfig freetype m
|
||||
WANTLIB += pthread openal opus sodium toxcore v4lconvert vpx
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
@ -26,6 +27,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
|
||||
LIB_DEPENDS += audio/openal \
|
||||
multimedia/libv4l \
|
||||
x11/dbus \
|
||||
net/toxcore
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
@ -35,6 +37,7 @@ NO_TEST = yes
|
||||
WRKDIST = ${WRKDIR}/uTox
|
||||
|
||||
CONFIGURE_ARGS = -DLLD_EMUL:String=${LLD_EMUL} \
|
||||
-DSTATIC_ALL=OFF \
|
||||
-DENABLE_FILTERAUDIO=OFF \
|
||||
-DENABLE_TESTS=OFF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user