diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-12-10 00:40:50 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-12-10 00:40:50 -0500 |
commit | 201a904889a4c12e9961df7967ce4ee21b52bf5a (patch) | |
tree | 4068a5fc57918d1a8afbde6d2c087e6363249654 /Makefile.in | |
parent | eac149ad067370e1234740b9ee41dd29c77d1cc0 (diff) |
Drop surface iterator API, just track surfaces in the compositor.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ecc357e..82894df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,7 +28,8 @@ $(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@ egl-compositor : \ egl-compositor.o \ evdev.o \ - cairo-util.o + cairo-util.o \ + wayland-util.o egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@ egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt |