From a208468e04353239f2876cc2013f860b48a4f1c1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 24 Jan 2012 11:14:42 -0500 Subject: gbm: install libgbm.so into lib This partially reverts commit 90e256853418eaaba3717f930cc6a331e4099056. --- src/gallium/targets/egl-static/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/egl-static/Makefile b/src/gallium/targets/egl-static/Makefile index 92b72665f10..9e8777402cb 100644 --- a/src/gallium/targets/egl-static/Makefile +++ b/src/gallium/targets/egl-static/Makefile @@ -58,7 +58,6 @@ endif ifneq ($(findstring drm, $(EGL_PLATFORMS)),) egl_CPPFLAGS += $(LIBDRM_CFLAGS) egl_SYS += $(LIBDRM_LIB) -lgbm -LDFLAGS += -L$(TOP)/src/gbm/.libs endif ifneq ($(findstring fbdev, $(EGL_PLATFORMS)),) egl_LIBS += $(TOP)/src/gallium/winsys/sw/fbdev/libfbdev.a -- cgit v1.2.3