From 31ef1de4590c4c88f3f5d85ccc44e53c8fa56cde Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 22 Nov 2011 17:10:27 -0800 Subject: [PATCH] Revert "Add missing -lX11 on the link line." This reverts commit 8dca56ba8d98c40fee0e6d547a49b0f7325efffc. --- tools/emulator/opengl/host/renderer/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/emulator/opengl/host/renderer/Android.mk b/tools/emulator/opengl/host/renderer/Android.mk index 5e4d0bb1c..55fcb8040 100644 --- a/tools/emulator/opengl/host/renderer/Android.mk +++ b/tools/emulator/opengl/host/renderer/Android.mk @@ -5,7 +5,6 @@ $(call emugl-begin-host-executable,emulator_renderer) $(call emugl-import,libOpenglRender) LOCAL_SRC_FILES := main.cpp LOCAL_CFLAGS += -O0 -g -LOCAL_LDLIBS += -lX11 #ifeq ($(HOST_OS),windows) #LOCAL_LDLIBS += -lws2_32