mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
Added Pi 4 detection
This commit is contained in:
parent
2de331795d
commit
a82ce19845
@ -28,6 +28,11 @@ INCLUDE_AVI_RECORDING=
|
||||
BUILD_A68K=
|
||||
UNICODE=
|
||||
RASPBIAN_VER=$(shell cat /etc/os-release | grep VERSION_ID | cut -d '=' -f2)
|
||||
PI_VER=$(shell cat /proc/device-tree/model | cut -d ' ' -f 3)
|
||||
|
||||
ifeq ($(shell test $(PI_VER) -ge 4; echo $$?),0)
|
||||
BUILD_DRM=1
|
||||
endif
|
||||
|
||||
#
|
||||
# Specify paths/files
|
||||
|
Loading…
Reference in New Issue
Block a user