Kaydet (Commit) fe96732f authored tarafından Caolán McNamara's avatar Caolán McNamara

non-closed ifeq

Change-Id: Ib6f29459644643f2471fcb912f45cd8632f61a31
üst a41d5013
...@@ -625,6 +625,10 @@ $(eval $(call gb_Library_add_libs,vcl,\ ...@@ -625,6 +625,10 @@ $(eval $(call gb_Library_add_libs,vcl,\
-lX11 \ -lX11 \
-lXext \ -lXext \
)) ))
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/opengl/x11/X11DeviceInfo \
))
endif
endif endif
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
...@@ -720,13 +724,6 @@ $(eval $(call gb_Library_use_system_win32_libs,vcl,\ ...@@ -720,13 +724,6 @@ $(eval $(call gb_Library_use_system_win32_libs,vcl,\
$(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc)) $(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc))
endif endif
ifneq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/opengl/x11/X11DeviceInfo \
))
endif
endif
# Runtime dependency for unit-tests # Runtime dependency for unit-tests
$(eval $(call gb_Library_use_restarget,vcl,vcl)) $(eval $(call gb_Library_use_restarget,vcl,vcl))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment