diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-01-26 22:54:40 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-01-26 22:54:40 -0500 |
commit | c0b44328d25900678bdff9b68a6760afafde5a6d (patch) | |
tree | 22579793e731fb5abcfaadb8e0a73a7c9a7bd909 /Makefile.in | |
parent | f13eb147117be427858285dcbb06757c9160c0cd (diff) |
Use glReadPixels() for the screen shooter
"Those who don't understand OpenGL are bound to reimplement it badly..."
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 19ad20a..a99533b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ terminal : LDLIBS += -lutil $(clients) : CFLAGS += @CLIENT_CFLAGS@ $(clients) : LDLIBS += -L. -lwayland @CLIENT_LIBS@ -lrt -install : $(libs) +install : $(libs) $(compositors) install -d @libdir@ @libdir@/pkgconfig ${udev_rules_dir} install $(libs) @libdir@ install wayland-server.pc wayland.pc @libdir@/pkgconfig |