Use glReadPixels() for the screen shooter

"Those who don't understand OpenGL are bound to reimplement it badly..."
This commit is contained in:
Kristian Høgsberg 2009-01-26 22:54:40 -05:00
parent f13eb14711
commit c0b44328d2
2 changed files with 20 additions and 6 deletions

View file

@ -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