commit | 58d68e5a0a22d86cd465752e3f5b301c50bb46d9 | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Thu Nov 02 17:54:36 2017 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Nov 29 18:02:58 2017 +0100 |
tree | d5ebfaf4046ed8b9311658ff48190687982ab573 | |
parent | 75847daf15d09f23dd0d261251601aefb6adc143 [diff] [blame] |
minui: Only include graphics_adf.h if we do not build with MSM_BSP Change-Id: Id32a394d23ea5df986615855119912f765ebee99
diff --git a/minui/graphics.cpp b/minui/graphics.cpp index bb96af1..b45e22e 100644 --- a/minui/graphics.cpp +++ b/minui/graphics.cpp
@@ -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"