- gr-pdu: Protocol Data Units library - gr-iio: Linux industrial I/O library (but not packaged in pkgsrc) - Custom Buffers Support - switch from Log4CPP to spdlog
12 lines
404 B
Makefile
12 lines
404 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2022/01/16 18:06:27 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= gnuradio-video-sdl
|
|
|
|
.if !defined(GNURADIO_VIDEO_SDL_BUILDLINK3_MK)
|
|
GNURADIO_VIDEO_SDL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gnuradio-video-sdl+= gnuradio-video-sdl>=3.10.0.0
|
|
BUILDLINK_PKGSRCDIR.gnuradio-video-sdl?= ../../ham/gnuradio-video-sdl
|
|
.endif # GNURADIO_VIDEO_SDL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gnuradio-video-sdl
|