Kaydet (Commit) 0489d6b7 authored tarafından Michael Meeks's avatar Michael Meeks

remove redundant X11 linkage in toolkit.

Change-Id: I73badeb7763da155296ff5bb673b36411e10791b
üst 3bafe5f5
...@@ -124,14 +124,6 @@ $(eval $(call gb_Library_add_cxxflags,tk,\ ...@@ -124,14 +124,6 @@ $(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS))) $(gb_OBJCXXFLAGS)))
endif endif
ifeq (,$(ENABLE_HEADLESS))
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
$(eval $(call gb_Library_add_libs,tk,\
-lX11 \
))
endif
endif
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_use_libraries,tk,\ $(eval $(call gb_Library_use_libraries,tk,\
libotouch \ libotouch \
......
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