comms/cubicsdr: unbreak with libglvnd
Installing mesa-libs-20.2.3... [...] ===> cubicsdr-0.2.5_5 depends on shared library: libEGL.so - not found *** Error code 1 Reported by: antoine (via bug 246767 exp-run)
This commit is contained in:
parent
503d46edaa
commit
739dfbf99f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564044
@ -12,17 +12,15 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs \
|
||||
${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri
|
||||
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \
|
||||
libliquid.so:comms/liquid-dsp \
|
||||
libpulse.so:audio/pulseaudio \
|
||||
libhamlib.so:comms/hamlib \
|
||||
libEGL.so:graphics/mesa-libs
|
||||
libhamlib.so:comms/hamlib
|
||||
|
||||
USES= cmake compiler:c++0x gl python
|
||||
USE_WX= 3.1
|
||||
USE_GL+= glu
|
||||
USE_GL+= egl glu
|
||||
|
||||
OPTIONS_DEFINE= HAMLIB
|
||||
HAMLIB_DESC= Support rig control via hamlib
|
||||
|
Loading…
Reference in New Issue
Block a user