mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
deskutils/spice-gtk: add missing LIB_DEPENDS, USES+=gnome
spice-gtk picks up libva when present with no option to disable it easily, so make it a requisite for a consistent dependency situation in bare-metal and jail builds. The FreeBSD ports rig complains that USE_GNOME requires USES=gnome, so add that. PR: 237264 Approved by: xxjack12xx@gmail.com (maintainer)
This commit is contained in:
parent
2538a040cb
commit
56f16b3e49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498873
@ -17,12 +17,13 @@ NOT_FOR_ARCHS_REASON= server only supports little-endian
|
||||
|
||||
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
||||
libjson-glib-1.0.so:devel/json-glib \
|
||||
libopus.so:audio/opus
|
||||
libopus.so:audio/opus \
|
||||
libva-x11.so:multimedia/libva
|
||||
BUILD_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol \
|
||||
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR}
|
||||
RUN_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol
|
||||
|
||||
USES= autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \
|
||||
USES= autoreconf cpe gettext-tools gmake gnome jpeg libtool pkgconfig tar:bzip2 \
|
||||
python ssl localbase:ldflags
|
||||
USE_XORG= x11 pixman
|
||||
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build
|
||||
|
Loading…
Reference in New Issue
Block a user