fix libmerged build: missing glxtest
Change-Id: Id40d5d21e4e315a605bd41eac01de5cfa04837d4
This commit is contained in:
parent
7f6770f90e
commit
b144f0ac86
1 changed files with 3 additions and 3 deletions
|
@ -30,11 +30,11 @@ $(eval $(call gb_Library_use_libraries,merged,\
|
|||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
ifeq ($(GUIBASE),unx)
|
||||
$(eval $(call gb_Library_use_static_libraries,merged,\
|
||||
headless \
|
||||
glxtest \
|
||||
$(if $(filter unx,$(GUIBASE)),headless) \
|
||||
))
|
||||
endif
|
||||
|
||||
|
||||
$(eval $(call gb_Library_use_externals,merged,\
|
||||
icu_headers \
|
||||
|
|
Loading…
Reference in a new issue