1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
19285: pkg/u8g2: bump version r=gschorcht a=benpicco



Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de>
This commit is contained in:
bors[bot] 2023-02-19 16:38:49 +00:00 committed by GitHub
commit 810f8a83eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PKG_NAME=u8g2
PKG_URL=https://github.com/olikraus/u8g2
PKG_VERSION=2e47ff05e7e7b38057fa875e14c4ecce2fb6a615
PKG_VERSION=3500b1056b33999b285387d196c78fe4ab707f79
PKG_LICENSE=BSD-2-Clause
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -4,11 +4,16 @@ INCLUDES += -I$(RIOTBASE)/pkg/u8g2/contrib
DIRS += $(RIOTBASE)/pkg/u8g2/contrib
# The RIOT-OS interface needs this to store peripheral information.
CFLAGS += -DU8X8_WITH_USER_PTR
ifneq (native, $(CPU))
CFLAGS += -DU8X8_WITH_USER_PTR
endif
# Link SDL if enabled.
ifneq (,$(filter u8g2_sdl,$(USEMODULE)))
LINKFLAGS += $(shell sdl2-config --libs)
endif
# https://github.com/olikraus/u8g2/pull/2101
CFLAGS += -Wno-error=sign-compare
PSEUDOMODULES += u8g2