fix libmerged build: missing glxtest

Change-Id: Id40d5d21e4e315a605bd41eac01de5cfa04837d4
This commit is contained in:
Matúš Kukan 2014-11-24 23:13:43 +01:00
parent 7f6770f90e
commit b144f0ac86

View file

@ -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 \