non-closed ifeq

Change-Id: Ib6f29459644643f2471fcb912f45cd8632f61a31
This commit is contained in:
Caolán McNamara
2016-12-08 11:37:36 +00:00
parent a41d501381
commit fe96732fd1

View File

@@ -625,6 +625,10 @@ $(eval $(call gb_Library_add_libs,vcl,\
-lX11 \
-lXext \
))
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/opengl/x11/X11DeviceInfo \
))
endif
endif
ifeq ($(OS),ANDROID)
@@ -720,13 +724,6 @@ $(eval $(call gb_Library_use_system_win32_libs,vcl,\
$(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc))
endif
ifneq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/opengl/x11/X11DeviceInfo \
))
endif
endif
# Runtime dependency for unit-tests
$(eval $(call gb_Library_use_restarget,vcl,vcl))