--enabled-mergedlibs, don't use glxtest on windows
Change-Id: I6175bc4d648d3a1d88462f1cf8956c2d95d15210
This commit is contained in:
parent
5b829710d6
commit
c870721fcb
1 changed files with 9 additions and 1 deletions
|
@ -30,10 +30,18 @@ $(eval $(call gb_Library_use_libraries,merged,\
|
|||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_use_static_libraries,merged,\
|
||||
ifeq ($(OS),LINUX)
|
||||
$(eval $(call gb_Executable_use_static_libraries,gengal,\
|
||||
glxtest \
|
||||
$(if $(filter unx,$(GUIBASE)),headless) \
|
||||
))
|
||||
endif
|
||||
|
||||
ifneq ($(OS),LINUX)
|
||||
$(eval $(call gb_Library_use_static_libraries,merged,\
|
||||
$(if $(filter unx,$(GUIBASE)),headless) \
|
||||
))
|
||||
endif
|
||||
|
||||
|
||||
$(eval $(call gb_Library_use_externals,merged,\
|
||||
|
|
Loading…
Reference in a new issue