mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
x11-wm/compiz: depend on nvidia-settings only on amd64 and i386
Nvidia drivers are not available on other architectures. PR: 242832 Approved by: freebsd-ports@dan.me.uk (maintainer timeout) MFH: 2020Q1 (fix build blanket)
This commit is contained in:
parent
a4b04b37dc
commit
06401c1a8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522328
@ -21,7 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libpng.so:graphics/png \
|
||||
libstartup-notification-1.so:x11/startup-notification
|
||||
RUN_DEPENDS= glxinfo:graphics/mesa-demos \
|
||||
nvidia-settings:x11/nvidia-settings
|
||||
${RUN_DEPENDS_${ARCH}}
|
||||
RUN_DEPENDS_amd64= nvidia-settings:x11/nvidia-settings
|
||||
RUN_DEPENDS_i386= nvidia-settings:x11/nvidia-settings
|
||||
|
||||
USES= gettext-runtime gettext-tools gl gmake gnome libtool \
|
||||
localbase pathfix tar:bzip2 xorg xorg-cat:app
|
||||
|
Loading…
Reference in New Issue
Block a user