minui: Export minui/minui.h.

For libminui static and shared libraries.

Test: build
Change-Id: Ib30dc5e2ef4a3c8b3ca3a0cec68cb65e229a0c16
This commit is contained in:
Tao Bao
2017-01-16 21:28:18 -08:00
parent ebb4e96a71
commit 0ecbd76b22
11 changed files with 45 additions and 22 deletions
+1 -2
View File
@@ -14,7 +14,6 @@
* limitations under the License.
*/
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -30,7 +29,7 @@
#include <linux/fb.h>
#include <linux/kd.h>
#include "minui.h"
#include "minui/minui.h"
#include "graphics.h"
static GRSurface* fbdev_init(minui_backend*);