mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-11-29 18:59:14 +08:00
fix ali3528's makefile
This commit is contained in:
parent
e176ba330c
commit
808dfd4f5a
@ -16,9 +16,8 @@ set(ALI_SRCS
|
||||
if (ENABLE_DTV)
|
||||
list(APPEND ALI_SRCS ngl_dsc.c ngl_smc.c ngl_tuner.c ngl_dmx.cc
|
||||
ngl_nvm.c ngl_pvr.c ngl_snd.c ngl_video.c ngl_disp.c )
|
||||
list(APPEND ALI_LIBS pthread aui)
|
||||
endif()
|
||||
list(APPEND ALI_LIBS pthread direct directfb)
|
||||
list(APPEND ALI_LIBS pthread direct directfb aui)
|
||||
|
||||
|
||||
link_directories(
|
||||
|
@ -19,7 +19,7 @@ include_directories(
|
||||
link_directories(${DEPS_DIR}/lib)
|
||||
add_executable(gui_test ${SRCS_GUI_TESTS})
|
||||
|
||||
target_link_libraries(gui_test gui_static gtest expat harfbuzz)
|
||||
target_link_libraries(gui_test gui_static gtest expat)
|
||||
|
||||
install(TARGETS gui_test DESTINATION bin/tests)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user