1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix build with out lv_conf.h

Fixes: #1860
This commit is contained in:
Gabor Kiss-Vamosi 2020-10-22 13:57:25 +02:00
parent c03160abc2
commit 200d3aa26d
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../lv_conf_internal.h"
#if LV_USE_GPU_NXP_PXP

View File

@ -31,7 +31,7 @@
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../lv_conf_internal.h"
#if LV_USE_GPU_NXP_PXP && LV_USE_GPU_NXP_PXP_AUTO_INIT

View File

@ -31,7 +31,7 @@
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../lv_conf_internal.h"
#if LV_USE_GPU_NXP_VG_LITE