mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/u8g2: bump version
This commit is contained in:
parent
231393c894
commit
b054191a28
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME=u8g2
|
PKG_NAME=u8g2
|
||||||
PKG_URL=https://github.com/olikraus/u8g2
|
PKG_URL=https://github.com/olikraus/u8g2
|
||||||
PKG_VERSION=3500b1056b33999b285387d196c78fe4ab707f79
|
PKG_VERSION=3d41860b4308d60a920f56b65e1b01c155fdfe81
|
||||||
PKG_LICENSE=BSD-2-Clause
|
PKG_LICENSE=BSD-2-Clause
|
||||||
|
|
||||||
include $(RIOTBASE)/pkg/pkg.mk
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
@ -13,7 +13,4 @@ ifneq (,$(filter u8g2_sdl,$(USEMODULE)))
|
|||||||
LINKFLAGS += $(shell sdl2-config --libs)
|
LINKFLAGS += $(shell sdl2-config --libs)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# https://github.com/olikraus/u8g2/pull/2101
|
|
||||||
CFLAGS += -Wno-error=sign-compare
|
|
||||||
|
|
||||||
PSEUDOMODULES += u8g2
|
PSEUDOMODULES += u8g2
|
||||||
|
Loading…
Reference in New Issue
Block a user