pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

SDL2 NEON check



.if !empty(MACHINE_ARCH:M*arm*)
NEON != dmesg | grep 'cpu.: NEON'
. if !empty(NEON)
SUBST_CLASSES+=             fix-neon
SUBST_STAGE.fix-neon=       pre-configure
SUBST_MESSAGE.fix-neon=     Fixing NEON check.
SUBST_FILES.fix-neon=       src/cpuinfo/SDL_cpuinfo.c
SUBST_SED.fix-neon=         's/(CPU_haveNEON())/(1)/'
. endif
.endif




Home | Main Index | Thread Index | Old Index