summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 17:26:28 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 17:26:28 -0500
commitb96785ca612b60ff0c90dd225852c99223d965a1 (patch)
treeeb67c2a6ddbcfe77c19f147e2d11108e59798d4c /Makefile.in
parent4a8767bbb7392515add63d38111a90cc70dd30cd (diff)
Drop glx-compositor for now.
Might want to resurrect this later, but for now, let's not try to drag it along.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 06936a3..a5540f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,7 @@ exec_prefix = @exec_prefix@
libs = libwayland-server.so libwayland.so
clients = flower gears screenshot terminal
-compositors = egl-compositor glx-compositor
+compositors = egl-compositor
all : $(libs) $(compositors) $(clients)
@@ -37,10 +37,6 @@ egl-compositor : \
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt
-glx-compositor : glx-compositor.o
-glx-compositor : CFLAGS += @GL_COMPOSITOR_CFLAGS@
-glx-compositor : LDLIBS += @GL_COMPOSITOR_LIBS@ -L. -lwayland-server
-
flower : flower.o wayland-glib.o cairo-util.o
gears : gears.o window.o wayland-glib.o cairo-util.o
screenshot : screenshot.o wayland-glib.o