diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-18 14:13:34 +0100 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-20 16:19:01 +0100 |
commit | 4c644fd792e642fc566f7b0b08bc000ecf641a50 (patch) | |
tree | 0d8c36fc2be5cc75e549f51fa9e5634e67f7d5cd /hw/xwayland/Makefile.am | |
parent | 808a0a038b945171e0c6e18093fe1b9daeafe26a (diff) |
xwayland: Move Xwayland GLX declaration
Move the Xwayland GLX declaration to its own header file.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to 'hw/xwayland/Makefile.am')
-rw-r--r-- | hw/xwayland/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwayland/Makefile.am b/hw/xwayland/Makefile.am index 5d6a2ab91..99e8a275b 100644 --- a/hw/xwayland/Makefile.am +++ b/hw/xwayland/Makefile.am @@ -16,6 +16,7 @@ Xwayland_SOURCES = \ xwayland-cursor.c \ xwayland-cursor.h \ xwayland-glamor.h \ + xwayland-glx.h \ xwayland-pixmap.c \ xwayland-pixmap.h \ xwayland-present.h \ |