Kaydet (Commit) 38fd95ce authored tarafından Peter Foley's avatar Peter Foley

fix link failure on linux if not using libXinerama

üst 1e605745
......@@ -53,12 +53,17 @@ $(eval $(call gb_Executable_add_defs,oosplash,\
))
$(eval $(call gb_Executable_add_libs,oosplash,\
-lX11 \
-lXinerama \
))
endif
ifeq ($(GUI),UNX)
$(eval $(call gb_Executable_add_libs,oosplash,\
-lX11 \
))
endif
ifeq ($(ENABLE_QUICKSTART_LIBPNG),TRUE)
$(eval $(call gb_Executable_add_defs,oosplash,\
......
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