浏览代码

egl/wayland: build subdirs (wayland-drm) before depend

Autogenerated files need to be generated first.
tags/android-x86-2.2-r2
Benjamin Franzke 14 年前
父节点
当前提交
648a16d079
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/egl/wayland/Makefile

+ 1
- 1
src/egl/wayland/Makefile 查看文件

@@ -23,7 +23,7 @@ SUBDIRS = wayland-drm
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $(LOCAL_CFLAGS) $< -o $@


default: depend subdirs library
default: subdirs depend library

# wayland-egl Library
library: $(TOP)/$(LIB_DIR)/$(WAYLAND_EGL_LIB_NAME)

正在加载...
取消
保存