It turns out this port really depends on the nvidia-driver for libGLcore.so.1,
it's not optional. Make this a hard dependency instead of suggesting it in pkg-message, and note that we really do require an nVidia card. Submitted by: maintainer
This commit is contained in:
parent
8c48fce3cc
commit
130f642c18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97742
2 changed files with 5 additions and 6 deletions
|
@ -20,6 +20,7 @@ COMMENT= A Nintendo 64 emulator (Linux version)
|
|||
RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \
|
||||
${LINUXBASE}/usr/X11R6/lib/libXi.so.6:${PORTSDIR}/x11/linux-XFree86-libs \
|
||||
${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri \
|
||||
${LINUXBASE}/usr/lib/libGLcore.so.1:${PORTSDIR}/x11/nvidia-driver \
|
||||
${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \
|
||||
${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
-------------------------------------------------------------------------------
|
||||
You must run 'linux-mupen64_install' as the user you intend to use mupen64 with
|
||||
before 'linux-mupen64' will work. If you are upgrading from a previous version,
|
||||
you should probably backup your ~/.linux-mupen64 directory and re-run the
|
||||
installation script.
|
||||
before 'linux-mupen64' will work!
|
||||
|
||||
Note:
|
||||
If you are upgrading from a previous version, you should probably backup your
|
||||
~/.linux-mupen64 directory and re-run the installation script.
|
||||
|
||||
For some of the graphics plugins to work, you must have a working libGLcore.so.1
|
||||
file located in /compat/linux/usr/lib/
|
||||
Note: This port is only known to work with nVidia boards. Sorry :-\
|
||||
|
||||
Enjoy!
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue