diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-04-29 10:08:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-08 10:34:53 +0200 |
commit | 6c18744d0f99138cb19cd9d1241d7b11c478a944 (patch) | |
tree | 41ed6debdfc9287a21b13e5d92df18d4411d782d /ui/Makefile.objs | |
parent | e9c1b459f28fb4dce52dd5afa6a1ad7fb00ee5e2 (diff) |
opengl: add egl-context.[ch] helpers
Add helper functions to manage opengl contexts using egl.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'ui/Makefile.objs')
-rw-r--r-- | ui/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs index 0034fbb49f..7a49026e4f 100644 --- a/ui/Makefile.objs +++ b/ui/Makefile.objs @@ -31,6 +31,7 @@ ifeq ($(CONFIG_OPENGL),y) common-obj-y += shader.o common-obj-y += console-gl.o common-obj-y += egl-helpers.o +common-obj-y += egl-context.o common-obj-$(CONFIG_GTK) += gtk-egl.o endif |