You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
659 B
22 lines
659 B
################################################################################
|
|
#
|
|
# serdisplib
|
|
#
|
|
################################################################################
|
|
|
|
SERDISPLIB_VERSION = 2.02
|
|
SERDISPLIB_DIR = serdisplib-$(SERDISPLIB_VERSION)
|
|
SERDISPLIB_SOURCE = serdisplib-$(SERDISPLIB_VERSION).tar.gz
|
|
SERDISPLIB_SITE = https://sourceforge.net/projects/serdisplib/files/serdisplib/$(SERDISPLIB_VERSION)
|
|
|
|
SERDISPLIB_DEPENDENCIES = libusb-compat
|
|
|
|
SERDISPLIB_CONF_OPTS = \
|
|
--bindir=$(REMOVE_bindir) \
|
|
--disable-libSDL \
|
|
--disable-libusb \
|
|
--disable-libdlo \
|
|
--with-drivers='framebuffer'
|
|
|
|
serdisplib: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|