diff options
author | Gerd Hoffmann | 2015-01-09 11:40:23 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2015-05-05 10:48:22 +0200 |
commit | cd2bc889e5b30c69926fc1511b6522e7cb4c705d (patch) | |
tree | 2e436873e72110ad1b22b5b4d84f409d6a05b5aa /Makefile | |
parent | opengl: add shader helper functions. (diff) | |
download | qemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.tar.gz qemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.tar.xz qemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.zip |
console-gl: add opengl rendering helper functions
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -455,6 +455,9 @@ ui/shader/%-frag.h: $(SRC_PATH)/ui/shader/%.frag $(SRC_PATH)/scripts/shaderinclu perl $(SRC_PATH)/scripts/shaderinclude.pl $< > $@,\ " FRAG $@") +ui/console-gl.o: $(SRC_PATH)/ui/console-gl.c \ + ui/shader/texture-blit-vert.h ui/shader/texture-blit-frag.h + # documentation MAKEINFO=makeinfo MAKEINFOFLAGS=--no-headers --no-split --number-sections |