Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58d68e5a authored by Andreas Schneider's avatar Andreas Schneider Committed by Dees Troy
Browse files

minui: Only include graphics_adf.h if we do not build with MSM_BSP

Change-Id: Id32a394d23ea5df986615855119912f765ebee99
parent 75847daf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@
#include "font_10x18.h"
#endif

#ifndef MSM_BSP
#include "graphics_adf.h"
#endif
#include "graphics_drm.h"
#include "graphics_fbdev.h"
#include "graphics_overlay.h"